summaryrefslogtreecommitdiff
path: root/graphics/jhead
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jhead')
-rw-r--r--graphics/jhead/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile
index b8734d0c058..3017743b83d 100644
--- a/graphics/jhead/Makefile
+++ b/graphics/jhead/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:41:22 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/28 16:00:00 schmonz Exp $
#
DISTNAME= jhead-2.0
@@ -9,6 +9,12 @@ MAINTAINER= veego@NetBSD.org
HOMEPAGE= http://www.sentex.net/~mwandel/jhead/
COMMENT= Extract EXIF header from JPEG image
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+
+INSTALLATION_DIRS= bin man/man1 share/doc/html/jhead
+
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c -lm
${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz