diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-10-17 03:03:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-10-17 03:03:26 +0000 |
commit | 86d77595e213185ce5f83a10c8ab6be38950a4c0 (patch) | |
tree | 0b796a1ad53494cbfadc8f2954ceb40488d59973 /graphics/sng/Makefile | |
parent | 5d90a8bd05e68d751129984257311eab801af79d (diff) | |
download | ports-86d77595e213185ce5f83a10c8ab6be38950a4c0.tar.gz ports-86d77595e213185ce5f83a10c8ab6be38950a4c0.zip |
Notes
Diffstat (limited to 'graphics/sng/Makefile')
-rw-r--r-- | graphics/sng/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index dccd701131bd..f0fee3b5c8e4 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -7,14 +7,13 @@ # PORTNAME= sng -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= compiler/decompiler for Scriptable Network Graphics +COMMENT= Compiler/decompiler for Scriptable Network Graphics BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} @@ -28,8 +27,12 @@ CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include \ USE_GMAKE= yes MAN1= sng.1 +PLIST_FILES= bin/sng bin/sng_regress pre-patch: @${REINPLACE_CMD} -e 's|-static||g' ${WRKSRC}/Makefile.in +post-install: + @${INSTALL_SCRIPT} ${WRKSRC}/sng_regress ${PREFIX}/bin + .include <bsd.port.mk> |