mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
192bb1d772
compiler.c++:419:21: error: comparison between pointer and integer ('const char *' and 'int') while(package_info != '\0') { ~~~~~~~~~~~~ ^ ~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/sswf-1.8.4_5.log
41 lines
865 B
Makefile
41 lines
865 B
Makefile
# Created by: anhot
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sswf
|
|
PORTVERSION= 1.8.4
|
|
PORTREVISION= 6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library and script language tool to create Flash movies
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USES= bison iconv jpeg libtool localbase pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
OPTIONS_DEFINE= DEBUG
|
|
|
|
DEBUG_CONFIGURE_OFF= --disable-debug --disable-yydebug
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if empty(ICONV_LIB)
|
|
CONFIGURE_ARGS+=ac_cv_lib_iconv_libiconv_open=no \
|
|
ac_cv_lib_iconv_iconv_open=no
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|