summaryrefslogtreecommitdiffstats
path: root/audio/libvorbis/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-01 01:50:03 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-01 01:50:03 +0800
commitfbc523132bcb5e05ce5e0953112dca867ac812cd (patch)
tree9bdb959eb21ee6737702dac58b2726ff9ea5a22d /audio/libvorbis/Makefile
parent5c5bdd5b953e8b1059c9307124c87760855aa90b (diff)
downloadmarcuscom-ports-fbc523132bcb5e05ce5e0953112dca867ac812cd.tar
marcuscom-ports-fbc523132bcb5e05ce5e0953112dca867ac812cd.tar.gz
marcuscom-ports-fbc523132bcb5e05ce5e0953112dca867ac812cd.tar.bz2
marcuscom-ports-fbc523132bcb5e05ce5e0953112dca867ac812cd.tar.lz
marcuscom-ports-fbc523132bcb5e05ce5e0953112dca867ac812cd.tar.xz
marcuscom-ports-fbc523132bcb5e05ce5e0953112dca867ac812cd.tar.zst
marcuscom-ports-fbc523132bcb5e05ce5e0953112dca867ac812cd.zip
The fixes have been committed in FreeBSD ports, so no longer need both of
ports in MC. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8704 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r--audio/libvorbis/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
deleted file mode 100644
index f252652fb..000000000
--- a/audio/libvorbis/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: libvorbis
-# Date created: 18 October 2000
-# Whom: t.vanklaveren@student.utwente.nl
-#
-# $FreeBSD$
-#
-
-PORTNAME= libvorbis
-PORTVERSION= 1.1.2
-PORTEPOCH= 3
-CATEGORIES= audio
-MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
-
-MAINTAINER= naddy@FreeBSD.org
-COMMENT= Audio compression codec library
-
-LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg
-
-USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= yes
-USE_GNOME= gnomehack
-CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
-INSTALLS_SHLIB= yes
-
-.if defined(NOPORTDOCS)
-MAKE_ENV= DOC=""
-.else
-MAKE_ENV= DOC=doc
-.endif
-
-.include <bsd.port.mk>