aboutsummaryrefslogtreecommitdiffstats
path: root/www/preferential/Makefile
blob: bee5b30c7d709a435302a2ee1092bcde440bc508 (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
28
29
30
31
32
33
# Ports collection makefile for:  preferential
# Date created:           Tue Oct 28, 2003
# Whom:               Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#

PORTNAME=   preferential
PORTVERSION=    0.8.2
PORTREVISION=   5
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}/versions
DIST_SUBDIR=    ${PORTNAME}-${PORTVERSION}

MAINTAINER= miwi@FreeBSD.org
COMMENT=    GUI interface to view & edit all ${GECKO} prefs

PLIST_FILES=    %%MOZDIR%%/chrome/preferential.jar

PORTSCOUT=  skipv:0.8.2

.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>