summaryrefslogtreecommitdiff
path: root/multimedia/linux-f8-libtheora/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/linux-f8-libtheora/Makefile')
-rw-r--r--multimedia/linux-f8-libtheora/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/linux-f8-libtheora/Makefile b/multimedia/linux-f8-libtheora/Makefile
deleted file mode 100644
index b517f0ba3804..000000000000
--- a/multimedia/linux-f8-libtheora/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: linux-libtheora
-# Date created: 17 September 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libtheora
-DISTVERSION= 1.0alpha4-2
-CATEGORIES= multimedia linux
-
-MAINTAINER= infofarmer@FreeBSD.org
-COMMENT= Video codec
-
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX_RPM= yes
-LINUX_DIST_VER= 4
-USE_LDCONFIG= yes
-AUTOMATIC_PLIST=yes
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
-post-extract:
- @${RM} -rf ${WRKDIR}/usr/share
-
-.include <bsd.port.mk>