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$
|
1998-07-19 07:05:13 +02:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= esound
|
2004-08-12 19:31:27 +02:00
|
|
|
PORTVERSION= 0.2.35
|
2004-08-17 07:23:07 +02:00
|
|
|
PORTREVISION= 1
|
1998-07-19 07:05:13 +02:00
|
|
|
CATEGORIES= audio
|
2002-12-26 17:54:12 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-09-03 20:25:22 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
|
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
|
|
|
|
2002-03-04 10:26:24 +01:00
|
|
|
USE_BZIP2= yes
|
2003-08-01 18:42:25 +02:00
|
|
|
USE_GNOME= gnometarget gnomehack
|
2004-08-17 07:23:07 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-08-12 19:31:27 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
2004-08-17 07:23:07 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
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
|
|
|
|
|
1998-07-19 07:05:13 +02:00
|
|
|
.include <bsd.port.mk>
|