aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/swfmill/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-04-26 21:24:12 +0800
committermiwi <miwi@FreeBSD.org>2013-04-26 21:24:12 +0800
commitb892cdaced3250311365afa190a0ef12664e0a75 (patch)
treecb076a3270b780506c86fb5bcce8ad354807cd56 /graphics/swfmill/Makefile
parent3fa9006171bd4b94ba92a8729acc09749eb5d354 (diff)
downloadfreebsd-ports-gnome-b892cdaced3250311365afa190a0ef12664e0a75.tar.gz
freebsd-ports-gnome-b892cdaced3250311365afa190a0ef12664e0a75.tar.zst
freebsd-ports-gnome-b892cdaced3250311365afa190a0ef12664e0a75.zip
- Update to 0.3.2
PR: 178151 Submitted by: ports fury
Diffstat (limited to 'graphics/swfmill/Makefile')
-rw-r--r--graphics/swfmill/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile
index 1e54ca5e2fd4..245bb69d99c1 100644
--- a/graphics/swfmill/Makefile
+++ b/graphics/swfmill/Makefile
@@ -2,26 +2,25 @@
# $FreeBSD$
PORTNAME= swfmill
-PORTVERSION= 0.3.0
-PORTREVISION= 1
+PORTVERSION= 0.3.2
CATEGORIES= graphics
MASTER_SITES= http://swfmill.org/releases/
MAINTAINER= ports@FreeBSD.org
-COMMENT= xml2swf and swf2xml processor with import functionalities
+COMMENT= Tool to generate or decompile Adobe Flash SWF files
+
+LICENSE= GPLv2
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- freetype.9:${PORTSDIR}/print/freetype2
+ freetype:${PORTSDIR}/print/freetype2
+USES= pkgconfig
+USE_GNOME= libxml2 libxslt
+USE_ICONV= yes
+USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= pkgconfig libxml2 libxslt
-
-GNU_CONFIGURE= YES
-CONFIGURE_ENV+= PKG_CONFIG=${LOCALBASE}/bin/pkg-config
-
-USE_LDCONFIG= YES
+MAKE_JOBS_SAFE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|libpng|libpng15|' ${WRKSRC}/configure
+PLIST_FILES= bin/swfmill
.include <bsd.port.mk>