diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 17:35:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-24 17:35:44 +0000 |
commit | 8ca80ac2e2f6273a93c66f2a236dd3e2e6500192 (patch) | |
tree | 57fa49a72e8a3b5463ed00afa3a80c231c271053 /graphics/jasper | |
parent | f4af9e4c0ddb65a908017920a5278d420abb8d96 (diff) |
Notes
Diffstat (limited to 'graphics/jasper')
-rw-r--r-- | graphics/jasper/Makefile | 8 | ||||
-rw-r--r-- | graphics/jasper/pkg-plist | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 484ccdcbf5f9..9700d722a37d 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -3,22 +3,20 @@ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} MASTER_SITE_SUBDIR= ImageMagick/delegates MAINTAINER= dinoex@FreeBSD.org -COMMENT= An implementation of the codec specified in the JPEG-2000 standard +COMMENT= Implementation of the codec specified in the JPEG-2000 standard LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg LICENSE= MIT -USE_AUTOTOOLS= libtool -USES= zip -USE_GNOME= lthack +USES= libtool:keepla zip GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/jasper/pkg-plist b/graphics/jasper/pkg-plist index 1e281fb816e6..c1107a82fdd1 100644 --- a/graphics/jasper/pkg-plist +++ b/graphics/jasper/pkg-plist @@ -26,6 +26,7 @@ lib/libjasper.a lib/libjasper.la lib/libjasper.so lib/libjasper.so.4 +lib/libjasper.so.4.0.0 man/man1/imgcmp.1.gz man/man1/imginfo.1.gz man/man1/jasper.1.gz |