2013-04-22 15:27:47 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2006-06-09 12:33:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= swfmill
|
2013-11-02 16:14:35 +01:00
|
|
|
PORTVERSION= 0.3.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
|
2006-06-09 12:33:34 +02:00
|
|
|
|
2013-11-02 16:14:35 +01:00
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
|
|
|
libfreetype.so:${PORTSDIR}/print/freetype2
|
2006-06-09 12:33:34 +02:00
|
|
|
|
2013-11-02 16:14:35 +01:00
|
|
|
USES= iconv gmake pkgconfig
|
2013-04-26 15:24:12 +02:00
|
|
|
USE_GNOME= libxml2 libxslt
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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>
|