2013-04-22 15:27:47 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2006-06-09 12:33:34 +02:00
|
|
|
|
|
|
|
PORTNAME= swfmill
|
2017-11-26 09:58:47 +01:00
|
|
|
PORTVERSION= 0.3.6
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
2006-06-09 12:33:34 +02:00
|
|
|
CATEGORIES= graphics
|
2007-12-13 00:24:21 +01:00
|
|
|
MASTER_SITES= http://swfmill.org/releases/
|
2006-06-09 12:33:34 +02:00
|
|
|
|
2013-04-22 15:27:47 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-04-26 15:24:12 +02:00
|
|
|
COMMENT= Tool to generate or decompile Adobe Flash SWF files
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2017-11-26 09:58:47 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2006-06-09 12:33:34 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
2017-10-08 11:59:29 +02:00
|
|
|
libfreetype.so:print/freetype2 \
|
|
|
|
libgcrypt.so:security/libgcrypt \
|
|
|
|
libgpg-error.so:security/libgpg-error
|
2006-06-09 12:33:34 +02:00
|
|
|
|
2019-11-08 15:36:06 +01:00
|
|
|
USES= compiler:c++11-lang dos2unix gmake gnome iconv libtool \
|
|
|
|
pkgconfig
|
2013-04-26 15:24:12 +02:00
|
|
|
USE_GNOME= libxml2 libxslt
|
2014-05-30 20:43:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2015-04-15 10:20:27 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2013-12-24 22:22:21 +01:00
|
|
|
DOS2UNIX_FILES= src/swft/swft_import_ttf.cpp
|
2006-09-05 18:47:14 +02:00
|
|
|
|
2013-04-26 15:24:12 +02:00
|
|
|
PLIST_FILES= bin/swfmill
|
2006-06-09 12:33:34 +02:00
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|