diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-28 16:00:00 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-28 16:00:00 +0000 |
commit | 2c15390c6dce8edac97bdf5f8d3a09f756ad4809 (patch) | |
tree | e795d2cd4a1e4f1535f3c5d931cebcb18110f979 /graphics/jhead | |
parent | a08ee570601214009bcbe35e506867b7c24038e3 (diff) | |
download | pkgsrc-2c15390c6dce8edac97bdf5f8d3a09f756ad4809.tar.gz |
Set USE_BUILDLINK3=yes, and enable pkgviews installation.
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/Makefile | 8 |
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 |