freebsd-ports/graphics/swfmill/Makefile

31 lines
703 B
Makefile
Raw Normal View History

# 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
CATEGORIES= graphics
MASTER_SITES= http://swfmill.org/releases/
MAINTAINER= skv@FreeBSD.org
COMMENT= xml2swf and swf2xml processor with import functionalities
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2
USE_AUTOTOOLS= libtool:22
USE_GNOME= pkgconfig libxml2 libxslt
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" PKG_CONFIG=${LOCALBASE}/bin/pkg-config
USE_LDCONFIG= YES
post-patch:
2010-03-29 16:20:06 +02:00
@${REINPLACE_CMD} -e 's|libpng|libpng14|' ${WRKSRC}/configure
.include <bsd.port.mk>