aboutsummaryrefslogtreecommitdiff
path: root/graphics/jbigkit/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 00:47:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 00:47:24 +0000
commit5bcd2acf9b1c6773810f33337972020c789b0b9d (patch)
treec9e18a465a139b6562008b825ea81b9ecabaac0c /graphics/jbigkit/Makefile
parent17353f3ac0709f7ddb8eb6466dc280c0d065bac1 (diff)
downloadports-5bcd2acf9b1c6773810f33337972020c789b0b9d.tar.gz
ports-5bcd2acf9b1c6773810f33337972020c789b0b9d.zip
Notes
Diffstat (limited to 'graphics/jbigkit/Makefile')
-rw-r--r--graphics/jbigkit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile
index e08f7dc7c2d3..c1e24dca5560 100644
--- a/graphics/jbigkit/Makefile
+++ b/graphics/jbigkit/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= jbigkit-1.0
+DISTNAME= jbigkit-1.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.informatik.uni-erlangen.de/pub/doc/ISO/JBIG/
@@ -23,4 +23,7 @@ post-install:
.endif
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+test: build
+ cd ${WRKSRC} && env LD_LIBRARY_PATH=${WRKSRC}/libjbig ${MAKE} test
+
.include <bsd.port.mk>