54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
30 lines
714 B
Makefile
30 lines
714 B
Makefile
# Ports collection makefile for: sswf
|
|
# Date created: Oct 17, 2005
|
|
# Whom: anhot
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sswf
|
|
PORTVERSION= 1.7.2
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|