summaryrefslogtreecommitdiff
path: root/audio/libaudiofile/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-23 19:08:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-23 19:08:50 +0000
commit6dc079ed46dcb62e24ae477e343c5099c689463a (patch)
tree6a4a9f0952f3c69f489a56c13c54037df58b979f /audio/libaudiofile/Makefile
parentActivate vfghostscript55 port. (diff)
libaudiofile is the library for SGI audio file.
Notes
Notes: svn path=/head/; revision=15537
Diffstat (limited to 'audio/libaudiofile/Makefile')
-rw-r--r--audio/libaudiofile/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile
new file mode 100644
index 000000000000..b14edb30f2b5
--- /dev/null
+++ b/audio/libaudiofile/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libaudiofile
+# Version required: 0.1.5
+# Date created: 22 Dec 1998
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= libaudiofile-0.1.5
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
+ ftp://ftp.gnome.org/pub/GNOME/sources/ \
+ ftp://ftp.68k.org/pub/michael/
+
+MAINTAINER= vanilla@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>