freebsd-ports/graphics/sswf/Makefile

40 lines
838 B
Makefile
Raw Normal View History

# Ports collection makefile for: sswf
# Date created: Oct 17, 2005
# Whom: anhot
#
# $FreeBSD$
#
PORTNAME= sswf
PORTVERSION= 1.8.4
2010-02-05 06:46:55 -05:00
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
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 \
freetype.9:${PORTSDIR}/print/freetype2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= pkgconfig
USE_BISON= build
USE_ICONV= yes
2010-12-04 02:34:27 -05:00
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+= --disable-debug --disable-yydebug
.endif
.include <bsd.port.mk>