summaryrefslogtreecommitdiff
path: root/mail/xfmail/Makefile
blob: de14c29e57bd2781a6011860be547ec9fb4f7e00 (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
25
# New ports collection makefile for:	xfmail
# Version required:	0.3
# Date created:		01 October 1995
# Whom:			gena
#
# $Id: Makefile,v 1.2 1995/10/03 06:51:55 asami Exp $
#

DISTNAME=	xfmail
PKGNAME=	xfmail-0.3b
CATEGORIES+=	mail x11
MASTER_SITES=	ftp://burka.netvision.net.il/pub/xfmail/work/

MAINTAINER=	gena@NetVision.net.il

LIB_DEPENDS=	Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
		xforms\\.0\\.:${PORTSDIR}/x11/xforms

USE_X11=	yes
WRKSRC=		${WRKDIR}/xfmail/ui

pre-configure:
	@(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile)

.include <bsd.port.mk>