freebsd-ports/audio/gaim-festival/Makefile
Bruce M Simpson 5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00

36 lines
731 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= ports@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>