mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
74a7f8c73c
in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
26 lines
571 B
Makefile
26 lines
571 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= swfmill
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 2
|
|
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= dos2unix iconv gmake pkgconfig libtool
|
|
USE_GNOME= libxml2 libxslt
|
|
GNU_CONFIGURE= yes
|
|
DOS2UNIX_FILES= src/swft/swft_import_ttf.cpp
|
|
|
|
PLIST_FILES= bin/swfmill
|
|
|
|
.include <bsd.port.mk>
|