diff options
Diffstat (limited to 'www/bugmenot/Makefile')
-rw-r--r-- | www/bugmenot/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/bugmenot/Makefile b/www/bugmenot/Makefile new file mode 100644 index 000000000..a004390f8 --- /dev/null +++ b/www/bugmenot/Makefile @@ -0,0 +1,25 @@ +# Ports collection Makefile for: bugmenot +# Date created: Tue May 24, 2005 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME?= bugmenot +PORTVERSION= 0.8 +PORTREVISION= 2 +CATEGORIES= www +MASTER_SITES= http://extensions.roachfiend.com/ +DISTNAME= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT?= Mozilla extension to bypass compulsory web registration + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/mozex/Makefile.xpi" + +do-install: + @${INSTALL_DATA} ${WRKDIR}/chrome/bugmenot.jar ${MOZDIR}/chrome + +.include <bsd.port.post.mk> |