aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xmps-opendivx-plugin/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-01-29 04:56:35 +0000
commitb315e20b06b5067b11496cbfb4744f5cf16a9639 (patch)
tree3fe761c428249a06677cf9f97eb9badee0732a6a /multimedia/xmps-opendivx-plugin/Makefile
parent7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff)
Notes
Diffstat (limited to 'multimedia/xmps-opendivx-plugin/Makefile')
-rw-r--r--multimedia/xmps-opendivx-plugin/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile
deleted file mode 100644
index e04c1e7da828..000000000000
--- a/multimedia/xmps-opendivx-plugin/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: xmps-opendivx-plugin
-# Date created: 03 Feb 20001
-# Whom: Mario S F Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xmps-opendivx-plugin
-PORTVERSION= 0.0.1
-CATEGORIES= graphics
-MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/
-
-MAINTAINER= lioux@FreeBSD.org
-
-LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \
- xmps.0:${PORTSDIR}/graphics/xmps \
- intl.1:${PORTSDIR}/devel/gettext
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_GTK= yes
-USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
-PLIST_SUB= LIB_VERSION="${LIB_VERSION}"
-
-LIB_VERSION= 0
-
-post-install:
- @${LN} -sf libopendivx.so ${PREFIX}/lib/xmps/codecs/video/libopendivx.so.${LIB_VERSION}
-
-.include <bsd.port.mk>