svn commit: r468013 - head/graphics/sswf
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Apr 22 09:33:47 UTC 2018
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 at 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
More information about the svn-ports-all
mailing list