diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-01 14:51:28 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-01 14:51:28 +0000 |
commit | 975fb1d60ebabdcfbf218b77f5936de81aa532fb (patch) | |
tree | 9478de78bea98837dcf0d9e55dec6978e1e70a87 /www/xpi-mrtech-local-install/Makefile | |
parent | 6052f6b7f2164059458616c955a440338a43267e (diff) | |
download | ports-975fb1d60ebabdcfbf218b77f5936de81aa532fb.tar.gz ports-975fb1d60ebabdcfbf218b77f5936de81aa532fb.zip |
Notes
Diffstat (limited to 'www/xpi-mrtech-local-install/Makefile')
-rw-r--r-- | www/xpi-mrtech-local-install/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/xpi-mrtech-local-install/Makefile b/www/xpi-mrtech-local-install/Makefile new file mode 100644 index 000000000000..46feb1af81fb --- /dev/null +++ b/www/xpi-mrtech-local-install/Makefile @@ -0,0 +1,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> |