2005-05-25 23:25:43 +02:00
|
|
|
# Ports collection Makefile for: bugmenot
|
|
|
|
# Date created: Tue May 24, 2005
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME?= bugmenot
|
2005-10-30 10:13:33 +01:00
|
|
|
PORTVERSION= 0.8
|
2005-11-02 21:32:24 +01:00
|
|
|
PORTREVISION= 1
|
2005-05-25 23:25:43 +02:00
|
|
|
CATEGORIES= www
|
2005-10-08 14:22:18 +02:00
|
|
|
MASTER_SITES= http://extensions.roachfiend.com/
|
2005-05-25 23:25:43 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
2005-11-02 21:32:24 +01:00
|
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${PORTREVISION}
|
2005-05-25 23:25:43 +02:00
|
|
|
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
|
|
COMMENT?= Mozilla extension to bypass compulsory web registration
|
|
|
|
|
|
|
|
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}/chrome/bugmenot.jar ${MOZDIR}/chrome
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|