mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
31 lines
679 B
Makefile
31 lines
679 B
Makefile
# New ports collection makefile for: swfmill
|
|
# Date created: 09 June 2006
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= swfmill
|
|
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
|
|
USE_GNOME= pkgconfig libxml2 libxslt
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PKG_CONFIG=${LOCALBASE}/bin/pkg-config
|
|
|
|
USE_LDCONFIG= YES
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|libpng|libpng14|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|