aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jasper/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-08 21:17:57 +0800
committerkrion <krion@FreeBSD.org>2004-02-08 21:17:57 +0800
commit5b37e0821490a0ee62f27519eb77f4fdb91be4bf (patch)
tree1eb430440bd9383a1297afc546f0991ec7ed2652 /graphics/jasper/Makefile
parentdbcb1e816019919e3a318946bb6d6ead4fc6625a (diff)
downloadfreebsd-ports-gnome-5b37e0821490a0ee62f27519eb77f4fdb91be4bf.tar.gz
freebsd-ports-gnome-5b37e0821490a0ee62f27519eb77f4fdb91be4bf.tar.zst
freebsd-ports-gnome-5b37e0821490a0ee62f27519eb77f4fdb91be4bf.zip
- Utilize USE_GNOME
- Use DOCSDIR PR: ports/62531 Submitted by: Ports Fury
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r--graphics/jasper/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index 59a6e64fa031..712de12f848b 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -17,16 +17,18 @@ COMMENT= An implementation of the codec specified in the JPEG-2000 standard
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
-MASTER_SITE_IMAGEMAGICK= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/&,}
USE_ZIP= yes
+USE_GNOME= lthack gnometarget
USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
-CONFIGURE_ARGS= --enable-shared --enable-static \
- --program-transform-name=q # Tells sed(1) to quit
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --enable-shared --enable-static
+INSTALLS_SHLIB= yes
+
+MASTER_SITE_IMAGEMAGICK= \
+ ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/&,}
post-install:
.if !defined(NOPORTDOCS)