summaryrefslogtreecommitdiffstats
path: root/www/preferential/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/preferential/Makefile')
-rw-r--r--www/preferential/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/preferential/Makefile b/www/preferential/Makefile
deleted file mode 100644
index 43f1565d6..000000000
--- a/www/preferential/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Ports collection makefile for: preferential
-# Date created: Tue Oct 28, 2003
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= preferential
-PORTVERSION= 0.7.1
-PORTREVISION= 3
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_MOZDEV}
-MASTER_SITE_SUBDIR= ${PORTNAME}/versions
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GUI interface to view & edit all ${GECKO} prefs
-
-PLIST_FILES= %%MOZDIR%%/chrome/preferential.jar
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/mozex/Makefile.xpi"
-
-.if ${GECKO} == mozilla
-PLIST_FILES+= %%MOZDIR%%/chrome/overlayinfo/browser/content/overlays.rdf
-.endif
-
-do-install:
- @${INSTALL_DATA} ${WRKDIR}/chrome/preferential.jar ${MOZDIR}/chrome
-
-.include <bsd.port.post.mk>