diff options
Diffstat (limited to 'graphics/jpeginfo')
-rw-r--r-- | graphics/jpeginfo/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index c3fc1e7..de93d6f 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -5,17 +5,17 @@ # $FreeBSD$ # -PORTNAME= jpeginfo +PORTNAME= jpeginfo PORTVERSION= 1.6.0 -CATEGORIES= graphics -MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/ +CATEGORIES= graphics +MASTER_SITES= http://www.cc.jyu.fi/~tjko/src/ -MAINTAINER= ache@freebsd.org +MAINTAINER= ache@freebsd.org COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAKE_ARGS= mandir=${PREFIX}/man |