blob: 46feb1af81fba113ab62996b01ea548e30a64139 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xpi-mrtech-local-install
# Date created: 2006/05/06
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= mrtech-local-install
DISTVERSION= 5.2
DISTVERSIONSUFFIX= -fx+fl+mz+ns+nv+zm+sb+tb
CATEGORIES= www
MAINTAINER= chinsan.tw@gmail.com
COMMENT= Manage extensions and themes locally
XPI_DISTNAME= mr_tech_local_install
XPI_ID= {9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|