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, 0 insertions, 28 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
deleted file mode 100644
index 5903667ae..000000000
--- a/audio/libogg/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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>