pkgsrc/graphics/jhead/Makefile
2003-07-17 21:41:05 +00:00

22 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.13 2003/07/17 21:41:22 grant Exp $
#
DISTNAME= jhead-2.0
CATEGORIES= graphics
MASTER_SITES= http://www.sentex.net/~mwandel/jhead/
MAINTAINER= veego@NetBSD.org
HOMEPAGE= http://www.sentex.net/~mwandel/jhead/
COMMENT= Extract EXIF header from JPEG image
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o jhead jhead.c exif.c jpgfile.c -lm
${GZIP_CMD} -d ${WRKSRC}/jhead.1.gz
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/jhead
${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/usage.html ${PREFIX}/share/doc/html/jhead
.include "../../mk/bsd.pkg.mk"