mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b1bf1620a6
Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
25 lines
551 B
Makefile
25 lines
551 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= swfmill
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://swfmill.org/releases/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to generate or decompile Adobe Flash SWF files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
|
libfreetype.so:${PORTSDIR}/print/freetype2
|
|
|
|
USES= dos2unix iconv gmake pkgconfig
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_AUTOTOOLS= libtool
|
|
DOS2UNIX_FILES= src/swft/swft_import_ttf.cpp
|
|
|
|
PLIST_FILES= bin/swfmill
|
|
|
|
.include <bsd.port.mk>
|