2006-06-09 12:33:34 +02:00
|
|
|
# New ports collection makefile for: swfmill
|
|
|
|
# Date created: 09 June 2006
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= swfmill
|
2010-07-08 18:53:58 +02:00
|
|
|
PORTVERSION= 0.3.0
|
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
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= xml2swf and swf2xml processor with import functionalities
|
|
|
|
|
2010-03-28 08:47:48 +02:00
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
|
2006-06-09 12:33:34 +02:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-06-09 12:33:34 +02:00
|
|
|
USE_GNOME= pkgconfig libxml2 libxslt
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" PKG_CONFIG=${LOCALBASE}/bin/pkg-config
|
|
|
|
|
2006-09-05 18:47:14 +02:00
|
|
|
USE_LDCONFIG= YES
|
|
|
|
|
2006-06-09 12:33:34 +02:00
|
|
|
post-patch:
|
2010-03-29 16:20:06 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|libpng|libpng14|' ${WRKSRC}/configure
|
2006-06-09 12:33:34 +02:00
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|