freebsd-ports/www/preferential/Makefile
Thierry Thomas 25d677010b Adding www/preferential & www/preferential-firefox, GUI interface to
view and edit all Mozilla / Firefox prefs.

PR:		ports/63237
2004-07-03 06:41:13 +00:00

26 lines
707 B
Makefile

# Ports collection makefile for: preferential
# Date created: Tue Oct 28, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME?= preferential
PORTVERSION= 0.6.1a
CATEGORIES= www
MASTER_SITES= http://downloads.mozdev.org/preferential/versions/ \
http://mozdev.mirrors.nyphp.org/preferential/versions/
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= GUI interface to view & edit all Mozilla prefs
USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>.
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozex/Makefile.xpi"
do-install:
@${INSTALL_DATA} ${WRKDIR}/preferential.jar ${MOZDIR}/chrome
.include <bsd.port.post.mk>