1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/mozex/Makefile
Beat Gaetzi 7bd65f5b4a - Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:08:23 +00:00

36 lines
864 B
Makefile

# Ports collection makefile for: mozex
# Date created: Sun Oct 26, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
# $MCom: ports/www/mozex/Makefile,v 1.2 2006/09/22 19:52:59 mezz Exp $
#
PORTNAME= mozex
PORTVERSION= 1.07
PORTREVISION= 9
CATEGORIES= www mail news ftp
MASTER_SITES= ${MASTER_SITE_MOZDEV}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Mozex allows users of ${GEKO} to use external programs for mail, news, etc.
SUB_FILES= pkg-message
SUB_LIST= GECKO=${GECKO}
PKGMESSAGE= ${WRKDIR}/pkg-message
PLIST_FILES= %%MOZDIR%%/chrome/mozex.jar
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozex/Makefile.xpi"
.if ${GECKO} == libxul
PLIST_FILES+= %%MOZDIR%%/chrome/installed-chrome.txt
.endif
do-install:
@${INSTALL_DATA} ${WRKDIR}/mozex.jar ${MOZDIR}/chrome
.include <bsd.port.post.mk>