summaryrefslogtreecommitdiffstats
path: root/www/swfdec-plugin/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /www/swfdec-plugin/Makefile
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
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>