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