summaryrefslogtreecommitdiffstats
path: root/audio/libogg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libogg/Makefile')
-rw-r--r--audio/libogg/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
new file mode 100644
index 000000000..5903667ae
--- /dev/null
+++ b/audio/libogg/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libogg
+# Date created: 18 October 2000
+# Whom: t.vanklaveren@student.utwente.nl
+#
+# $FreeBSD$
+#
+
+PORTNAME= libogg
+PORTVERSION= 1.1.3
+PORTEPOCH= 3
+CATEGORIES= audio
+MASTER_SITES= http://downloads.xiph.org/releases/ogg/
+
+MAINTAINER= naddy@FreeBSD.org
+COMMENT= Ogg bitstream library
+
+USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack
+INSTALLS_SHLIB= yes
+
+.if defined(NOPORTDOCS)
+MAKE_ENV= DOC=""
+.else
+MAKE_ENV= DOC=doc
+.endif
+
+.include <bsd.port.mk>