diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:17:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:17:11 +0000 |
commit | 941a08ed0050a35d7e20c28046f12f39717cfb8e (patch) | |
tree | c316e229d7af7c77085e2c0bfaa47a0c17f44c4f /graphics/jpeginfo | |
parent | 11a3d6086495828b34a24a0083d2d0f20df1a70a (diff) |
Notes
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 c3fc1e77f426..de93d6f3d29a 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 |