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.
36 lines
729 B
Makefile
36 lines
729 B
Makefile
# New ports collection makefile for: gaim-festival
|
|
# Date created: 2 Jan 2005
|
|
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= festival
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= festival-gaim
|
|
PKGNAMEPREFIX= gaim-
|
|
DISTNAME= festival-gaim-1.00
|
|
|
|
MAINTAINER= bms@FreeBSD.org
|
|
COMMENT= Festival speech support for Gaim
|
|
|
|
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \
|
|
gaim:${PORTSDIR}/net-im/gaim
|
|
|
|
USE_GNOME= gtk20
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:15:env
|
|
MAKE_ENV= LOCALBASE=${LOCALBASE}
|
|
|
|
PLIST_FILES= lib/gaim/festival.so
|
|
|
|
NOMAN=
|
|
|
|
do-configure:
|
|
|
|
.include <bsd.port.mk>
|