2005-10-17 10:47:32 +02:00
|
|
|
# Ports collection makefile for: sswf
|
|
|
|
# Date created: Oct 17, 2005
|
|
|
|
# Whom: anhot
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sswf
|
2009-03-21 00:31:14 +01:00
|
|
|
PORTVERSION= 1.8.4
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 2
|
2005-10-17 10:47:32 +02:00
|
|
|
CATEGORIES= graphics
|
2008-08-19 00:08:16 +02:00
|
|
|
MASTER_SITES= SF
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
2005-10-17 10:47:32 +02:00
|
|
|
|
2008-08-06 22:41:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-10-17 10:47:32 +02:00
|
|
|
COMMENT= A library and script language tool to create Flash movies
|
|
|
|
|
2010-02-05 12:46:55 +01:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
2005-10-23 22:59:15 +02:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
2005-10-17 10:47:32 +02:00
|
|
|
|
2008-08-19 00:08:16 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2009-03-21 00:31:14 +01:00
|
|
|
USE_GNOME= pkgconfig
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2005-10-17 10:47:32 +02:00
|
|
|
USE_ICONV= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2008-08-19 00:08:16 +02:00
|
|
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
2006-08-31 09:12:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
2008-08-19 00:08:16 +02:00
|
|
|
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-08-19 00:08:16 +02:00
|
|
|
|
|
|
|
.if !defined(WITH_DEBUG)
|
|
|
|
CONFIGURE_ARGS+= --disable-debug --disable-yydebug
|
|
|
|
.endif
|
2005-10-17 10:47:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|