2005-10-17 10:47:32 +02:00
|
|
|
# Ports collection makefile for: sswf
|
|
|
|
# Date created: Oct 17, 2005
|
|
|
|
# Whom: anhot
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sswf
|
2006-08-31 09:12:37 +02:00
|
|
|
PORTVERSION= 1.7.4
|
2005-10-17 10:47:32 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= sswf
|
|
|
|
DISTNAME= sswf-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= anholt@FreeBSD.org
|
|
|
|
COMMENT= A library and script language tool to create Flash movies
|
|
|
|
|
2005-10-20 10:49:47 +02:00
|
|
|
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
|
2005-10-23 22:59:15 +02:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
2005-10-17 10:47:32 +02:00
|
|
|
|
2007-01-30 00:51:55 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-10-17 10:47:32 +02:00
|
|
|
WRKSRC= ${WRKDIR}/sswf-${PORTVERSION}
|
2006-08-31 09:12:37 +02:00
|
|
|
USE_GCC= 3.4+
|
2005-10-17 10:47:32 +02:00
|
|
|
USE_ICONV= yes
|
2006-08-31 09:12:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-17 10:47:32 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
2006-08-31 09:12:37 +02:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
2005-10-17 10:47:32 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|