blob: 62d30ba8c3185710562e77ba65b95c4a401ec296 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Ports collection makefile for: preferential
# Date created: Tue Oct 28, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME?= preferential
PORTVERSION= 0.6.1a
PORTREVISION?= 1
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>
|