mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
41098a4ca9
PR: ports/117674 Submitted by: Angelo Turetta <fbsdports xx commit.it>
31 lines
704 B
Makefile
31 lines
704 B
Makefile
# New ports collection makefile for: swfmill
|
|
# Date created: 09 June 2006
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= swfmill
|
|
PORTVERSION= 0.2.12
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://swfmill.org/releases/
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= xml2swf and swf2xml processor with import functionalities
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= pkgconfig libxml2 libxslt
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" PKG_CONFIG=${LOCALBASE}/bin/pkg-config
|
|
|
|
USE_LDCONFIG= YES
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|