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
|
2003-09-03 20:25:22 +02:00
|
|
|
PORTVERSION= 0.2.32
|
2003-10-05 21:38:38 +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
|
|
|
|
2003-06-30 20:36:37 +02:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-03-04 10:26:24 +01:00
|
|
|
USE_BZIP2= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-08-01 18:42:25 +02:00
|
|
|
USE_GNOME= gnometarget gnomehack
|
2002-05-07 08:42:25 +02:00
|
|
|
USE_LIBTOOL= yes
|
1998-07-19 07:05:13 +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
|
|
|
|
|
1998-07-19 07:05:13 +02:00
|
|
|
.include <bsd.port.mk>
|