summaryrefslogtreecommitdiff
path: root/www/mozex/Makefile
blob: 8147e7a6b4e0aa5cea2cf8f871c762df5279c7d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>