Index: head/graphics/sswf/Makefile =================================================================== --- head/graphics/sswf/Makefile (revision 468012) +++ head/graphics/sswf/Makefile (revision 468013) @@ -1,42 +1,40 @@ # Created by: anhot # $FreeBSD$ PORTNAME= sswf PORTVERSION= 1.8.4 PORTREVISION= 5 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 pkgconfig +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}" -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DEBUG -.include +DEBUG_CONFIGURE_OFF= --disable-debug --disable-yydebug -.if ! ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --disable-debug --disable-yydebug -.endif +.include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_libiconv_open=no \ ac_cv_lib_iconv_iconv_open=no .endif .include Index: head/graphics/sswf/pkg-descr =================================================================== --- head/graphics/sswf/pkg-descr (revision 468012) +++ head/graphics/sswf/pkg-descr (revision 468013) @@ -1,5 +1,5 @@ A C++ Library and a script language tool to create Flash (SWF) movies up to version 9. Supports nearly all the Macromedia Flash tags. Includes detailled docs and a tool to convert your system fonts to a Flash movie. -WWW: http://www.m2osw.com/sswf +WWW: https://www.m2osw.com/sswf