This packages doesn't reference any jpeg library functions, so remove

all references to graphics/jpeg.
This commit is contained in:
simonb 2003-04-24 03:35:14 +00:00
parent 737b3024d7
commit 20abb0ec63

View file

@ -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"