1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/graphics/sswf/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

31 lines
704 B
Makefile

# Ports collection makefile for: sswf
# Date created: Oct 17, 2005
# Whom: anhot
#
# $FreeBSD$
#
PORTNAME= sswf
PORTVERSION= 1.7.2
PORTREVISION= 1
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
WRKSRC= ${WRKDIR}/sswf-${PORTVERSION}
USE_ICONV= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>