summaryrefslogtreecommitdiff
path: root/audio/esound/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-07-19 05:05:13 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-07-19 05:05:13 +0000
commit0890659c735fe7a38537b20f151951ee4501419e (patch)
treee12f28fc4f65dd4ee39e5c20549ca9ee6e743c14 /audio/esound/Makefile
parentLet the ports collection do its thing with CDB (diff)
esound is the sound library for enlightenment.
Notes
Notes: svn path=/head/; revision=11957
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r--audio/esound/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
new file mode 100644
index 000000000000..f6a53d5121f2
--- /dev/null
+++ b/audio/esound/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: esound
+# Version required: 0.2.4
+# Date created: 19 Jily 1998
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
+#
+# $ID:$
+#
+
+DISTNAME= esound-0.2.4
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
+ ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
+ ftp://ftp.labs.redhat.com/pub/imlib/TAR/
+
+MAINTAINER= vanilla@FreeBSD.ORG
+
+USE_GMAKE= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/esound
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>