1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/firefox-remote/Makefile
Pav Lucistnik 45b745f605 - Update to 20040621, which works with firefox 0.9
PR:		ports/68163
Submitted by:	Franz Klammer <klammer@webonaut.com> (maintainer)
2004-06-21 20:49:27 +00:00

33 lines
769 B
Makefile

# New ports collection makefile for: firefox-remote
# Date created: 13 May 2004
# Whom: Franz Klammer <klammer@webonaut.com>
#
# $FreeBSD$
#
PORTNAME= firefox
PORTVERSION= 20040621
CATEGORIES= www
MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/
PKGNAMESUFFIX= -remote
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
EXTRACT_SUFX= .bz2
MAINTAINER= klammer@webonaut.com
COMMENT= Wrapper script for firefox web browser
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
EXTRACT_AFTER_ARGS= > ${PORTNAME}
do-build:
@${REINPLACE_CMD} -e 's|@X11BASE@|${PREFIX}|g' \
${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>