1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/graphics/swfmill/Makefile
William Grzybowski a7caa7a642 graphics/swfmill: update to 0.3.3
- Update to 0.3.3
- Allow staging
- Convert lib depends to new format
- USES gmake

PR:		ports/183561
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-02 15:14:35 +00:00

24 lines
497 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= swfmill
PORTVERSION= 0.3.3
CATEGORIES= graphics
MASTER_SITES= http://swfmill.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to generate or decompile Adobe Flash SWF files
LICENSE= GPLv2
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
USES= iconv gmake pkgconfig
USE_GNOME= libxml2 libxslt
USE_AUTOTOOLS= libtool
PLIST_FILES= bin/swfmill
.include <bsd.port.mk>