1998-07-19 05:05:13 +00:00
|
|
|
# New ports collection makefile for: esound
|
1998-07-20 10:01:55 +00:00
|
|
|
# Date created: 19 July 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-07-19 05:05:13 +00:00
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
2009-01-10 05:22:13 +00:00
|
|
|
# $MCom: ports/audio/esound/Makefile,v 1.1 2008/11/20 19:38:24 marcus Exp $
|
1998-07-19 05:05:13 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= esound
|
2009-01-10 05:22:13 +00:00
|
|
|
PORTVERSION= 0.2.41
|
1998-07-19 05:05:13 +00:00
|
|
|
CATEGORIES= audio
|
2009-02-02 01:36:16 +00:00
|
|
|
MASTER_SITES= GNOME
|
2002-03-11 06:40:07 +00:00
|
|
|
DIST_SUBDIR= gnome
|
1998-07-19 05:05:13 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A sound library for enlightenment package
|
1998-07-19 05:05:13 +00:00
|
|
|
|
2003-06-30 18:36:37 +00:00
|
|
|
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
1998-12-23 19:22:08 +00:00
|
|
|
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2002-03-04 09:26:24 +00:00
|
|
|
USE_BZIP2= yes
|
2011-08-11 19:20:17 +00:00
|
|
|
USE_GNOME= gnomehack
|
2006-11-05 02:46:18 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-03-26 23:34:28 +00:00
|
|
|
CONFIGURE_ENV= JW=false
|
1998-07-19 05:05:13 +00:00
|
|
|
|
2004-08-17 05:23:07 +00:00
|
|
|
CONFLICTS= py*-ro-[0-9]*
|
2003-10-10 02:37:20 +00:00
|
|
|
|
2002-06-09 06:04:00 +00:00
|
|
|
MAN1= esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \
|
|
|
|
esdmon.1 esdplay.1 esdrec.1 esdsample.1
|
|
|
|
|
2004-08-17 05:23:07 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|esdconf_DATA = esd.conf|esdconf_DATA = |g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
if [ ! -f ${PREFIX}/etc/esd.conf ]; then \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf; \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf.default; \
|
|
|
|
else \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf.default; \
|
|
|
|
fi
|
2007-09-16 17:43:17 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2004-08-17 05:23:07 +00:00
|
|
|
|
1998-07-19 05:05:13 +00:00
|
|
|
.include <bsd.port.mk>
|