mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
5323f21018
<baseurl> has been changed from <http://jacksmernov.roachfiend.com/> to <http://extensions.roachfiend.com/>. Since I'm there, set WWW: to a better URL.
28 lines
687 B
Makefile
28 lines
687 B
Makefile
# Ports collection Makefile for: bugmenot
|
|
# Date created: Tue May 24, 2005
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME?= bugmenot
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
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>
|