1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/mozex/Makefile
Thierry Thomas 9d2489d5bf Adding www/mozex & www/mozex-firefox, external programs integration
into Mozilla / Firefox.

The files Makefile.xpi and pkg-install.xpi have been designed to
install any .xpi extension (hopefully).

PR:		ports/65589
2004-07-03 06:37:01 +00:00

25 lines
601 B
Makefile

# Ports collection makefile for: mozex
# Date created: Sun Oct 26, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME?= mozex
PORTVERSION= 1.07
CATEGORIES= www mail news ftp
MASTER_SITES= http://mozex.mozdev.org/
MAINTAINER?= ports@FreeBSD.org
COMMENT?= Mozex allows Mozilla's users to use external programs for mail, news, etc.
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}/mozex.jar ${MOZDIR}/chrome
.include <bsd.port.post.mk>