diff options
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index f4012d08cf1..dae78202cde 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/04/23 06:01:29 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/04/24 03:35:14 simonb Exp $ # DISTNAME= jhead-2.0 @@ -9,13 +9,8 @@ MAINTAINER= veego@netbsd.org HOMEPAGE= http://www.sentex.net/~mwandel/jhead/ COMMENT= Extract EXIF header from JPEG image -LIBS= -lm -L${BUILDLINK_PREFIX.jpeg}/lib -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.jpeg}/lib -ljpeg - -USE_BUILDLINK2= yes - do-build: - cd ${WRKSRC} && \ - ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c ${LIBS} + cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c -lm ${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz do-install: @@ -24,5 +19,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/usage.html ${PREFIX}/share/doc/html/jhead -.include "../../graphics/jpeg/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |