mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
32 lines
727 B
Makefile
32 lines
727 B
Makefile
# Ports collection makefile for: sswf
|
|
# Date created: Oct 17, 2005
|
|
# Whom: anhot
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sswf
|
|
PORTVERSION= 1.7.4
|
|
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
|
|
|
|
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
WRKSRC= ${WRKDIR}/sswf-${PORTVERSION}
|
|
USE_GCC= 3.4+
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|