aboutsummaryrefslogtreecommitdiff
path: root/graphics/jhead/Makefile
blob: 7ce93923ffb96ce362e9e8a4ddeaeb1302e00bf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	jhead
PORTVERSION=	3.08
CATEGORIES=	graphics

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	EXIF JPEG header manipulation tool
WWW=		https://github.com/Matthias-Wandel/jhead

LICENSE=	PD

USES=		cpe gmake jpeg:run

MAKEFILE=	makefile

PLIST_FILES=	bin/jhead \
		share/man/man1/jhead.1.gz

CPE_VENDOR=	jhead_project

GH_ACCOUNT=	Matthias-Wandel
USE_GITHUB=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/jhead ${STAGEDIR}${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/jhead.1 ${STAGEDIR}${PREFIX}/share/man/man1/

.include <bsd.port.mk>