aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/swfmill/Makefile
blob: 1e54ca5e2fd4ddc7c5faa5a37bf9bf7d41a7b53c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   swfmill
PORTVERSION=    0.3.0
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://swfmill.org/releases/

MAINTAINER= ports@FreeBSD.org
COMMENT=    xml2swf and swf2xml processor with import functionalities

LIB_DEPENDS=    png15:${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|libpng15|' ${WRKSRC}/configure

.include <bsd.port.mk>