summaryrefslogtreecommitdiffstats
path: root/www/swfdec-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/swfdec-plugin/Makefile')
-rw-r--r--www/swfdec-plugin/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile
deleted file mode 100644
index 7e5a462ae..000000000
--- a/www/swfdec-plugin/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Ports collection makefile for: swfdec-plugin
-# Date created: Jun 14, 2005
-# Whom: anholt
-#
-# $FreeBSD$
-#
-
-PORTNAME= swfdec-plugin
-PORTVERSION= 0.6.0
-CATEGORIES= www
-MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.6/
-DISTNAME= swfdec-mozilla-${PORTVERSION}
-
-MAINTAINER= alexbl@FreeBSD.org
-COMMENT= Flash rendering plugin
-
-LIB_DEPENDS= swfdec-0.6:${PORTSDIR}/graphics/swfdec
-
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS= --with-plugin-dir="${PREFIX}/lib/browser_plugins"
-
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>