diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-25 03:17:11 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-25 03:17:11 +0000 |
commit | 1b2395bc01da17f7a6ca2b7da4a387d8f77f0f3a (patch) | |
tree | daa5b8f1dadcce6093e3bab13d9f421ffd1d7898 /graphics/jpeginfo | |
parent | e9b9f518e924bd1904030ec6022fdc1efb10e9a9 (diff) | |
download | FreeBSD-ports-1b2395bc01da17f7a6ca2b7da4a387d8f77f0f3a.zip FreeBSD-ports-1b2395bc01da17f7a6ca2b7da4a387d8f77f0f3a.tar.gz |
big whitespace cleanup (see ports/65409)
Ache's ports whitespace cleanup
PR: ports/65829
Submitted by: trevor
Approved by: ache
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 |