Date: Sun, 22 Apr 2018 09:33:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468013 - head/graphics/sswf Message-ID: <201804220933.w3M9XkAG056748@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Apr 22 09:33:46 2018 New Revision: 468013 URL: https://svnweb.freebsd.org/changeset/ports/468013 Log: - Add LICENSE - Switch to USES=localbase - Switch to options helpers - Update WWW Modified: head/graphics/sswf/Makefile head/graphics/sswf/pkg-descr Modified: head/graphics/sswf/Makefile ============================================================================== --- head/graphics/sswf/Makefile Sun Apr 22 09:08:41 2018 (r468012) +++ head/graphics/sswf/Makefile Sun Apr 22 09:33:46 2018 (r468013) @@ -11,11 +11,14 @@ 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 @@ -23,16 +26,11 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DEBUG -.include <bsd.port.pre.mk> +DEBUG_CONFIGURE_OFF= --disable-debug --disable-yydebug -.if ! ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --disable-debug --disable-yydebug -.endif +.include <bsd.port.pre.mk> .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_libiconv_open=no \ Modified: head/graphics/sswf/pkg-descr ============================================================================== --- head/graphics/sswf/pkg-descr Sun Apr 22 09:08:41 2018 (r468012) +++ head/graphics/sswf/pkg-descr Sun Apr 22 09:33:46 2018 (r468013) @@ -2,4 +2,4 @@ A C++ Library and a script language tool to create Fla 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804220933.w3M9XkAG056748>