1998-07-19 07:05:13 +02:00
|
|
|
# New ports collection makefile for: esound
|
1998-07-20 12:01:55 +02:00
|
|
|
# Date created: 19 July 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-07-19 07:05:13 +02:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/audio/esound/Makefile,v 1.1 2008/11/20 19:38:24 marcus Exp $
|
1998-07-19 07:05:13 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= esound
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 0.2.41
|
1998-07-19 07:05:13 +02:00
|
|
|
CATEGORIES= audio
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-03-11 07:40:07 +01:00
|
|
|
DIST_SUBDIR= gnome
|
1998-07-19 07:05:13 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A sound library for enlightenment package
|
1998-07-19 07:05:13 +02:00
|
|
|
|
2003-06-30 20:36:37 +02:00
|
|
|
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
1998-12-23 20:22:08 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2002-03-04 10:26:24 +01:00
|
|
|
USE_BZIP2= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack
|
2006-11-05 03:46:18 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-03-27 01:34:28 +02:00
|
|
|
CONFIGURE_ENV= JW=false
|
1998-07-19 07:05:13 +02:00
|
|
|
|
2004-08-17 07:23:07 +02:00
|
|
|
CONFLICTS= py*-ro-[0-9]*
|
2003-10-10 04:37:20 +02:00
|
|
|
|
2002-06-09 08:04:00 +02: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 07:23:07 +02: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 19:43:17 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2004-08-17 07:23:07 +02:00
|
|
|
|
1998-07-19 07:05:13 +02:00
|
|
|
.include <bsd.port.mk>
|