2013-03-08 12:32:11 +01:00
|
|
|
# Created by: anhot
|
2005-10-17 10:47:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sswf
|
2009-03-21 00:31:14 +01:00
|
|
|
PORTVERSION= 1.8.4
|
2015-04-15 10:20:27 +02:00
|
|
|
PORTREVISION= 5
|
2005-10-17 10:47:32 +02:00
|
|
|
CATEGORIES= graphics
|
2008-08-19 00:08:16 +02:00
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
2005-10-17 10:47:32 +02:00
|
|
|
|
2008-08-06 22:41:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-10-08 18:47:00 +02:00
|
|
|
COMMENT= Library and script language tool to create Flash movies
|
2005-10-17 10:47:32 +02:00
|
|
|
|
2018-04-22 11:33:46 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
2005-10-17 10:47:32 +02:00
|
|
|
|
2008-08-19 00:08:16 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2018-04-22 11:33:46 +02:00
|
|
|
USES= bison iconv jpeg libtool localbase pkgconfig
|
2014-08-22 19:36:50 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-08-19 00:08:16 +02:00
|
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
2014-08-22 19:36:50 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-08-31 09:12:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
2008-08-19 00:08:16 +02:00
|
|
|
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
2013-10-08 18:47:00 +02:00
|
|
|
OPTIONS_DEFINE= DEBUG
|
|
|
|
|
2018-04-22 11:33:46 +02:00
|
|
|
DEBUG_CONFIGURE_OFF= --disable-debug --disable-yydebug
|
2013-10-08 18:47:00 +02:00
|
|
|
|
2018-04-22 11:33:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-10-17 10:47:32 +02:00
|
|
|
|
2015-04-15 10:20:27 +02:00
|
|
|
.if empty(ICONV_LIB)
|
|
|
|
CONFIGURE_ARGS+=ac_cv_lib_iconv_libiconv_open=no \
|
|
|
|
ac_cv_lib_iconv_iconv_open=no
|
|
|
|
.endif
|
2013-10-08 18:47:00 +02:00
|
|
|
|
2015-04-15 10:20:27 +02:00
|
|
|
.include <bsd.port.post.mk>
|