freebsd-ports/audio/esound/Makefile

30 lines
672 B
Makefile
Raw Normal View History

# New ports collection makefile for: esound
# Date created: 19 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= esound
2003-08-11 17:49:45 +02:00
PORTVERSION= 0.2.31
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/esound/0.2
2002-03-11 07:40:07 +01:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A sound library for enlightenment package
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
1998-12-23 20:22:08 +01:00
USE_GETOPT_LONG= yes
USE_BZIP2= yes
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
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
.include <bsd.port.mk>