1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/sswf/Makefile
Daniel Engberg 664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00

42 lines
920 B
Makefile

PORTNAME= sswf
PORTVERSION= 1.8.4
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Library and script language tool to create Flash movies
WWW= https://www.m2osw.com/sswf
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= bison iconv jpeg libtool localbase pkgconfig
USE_CXXSTD= c++14
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
BINARY_ALIAS= freetype-config=true
.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>