summaryrefslogtreecommitdiff
path: root/mail/xfmail/Makefile
blob: aa2131ad3a1f2ed49c84448c0595bc765eb73bb9 (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
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	xfmail
# Date created:		30 June 1996
# Whom:			gena
#
# $FreeBSD$
#

PORTNAME=	xfmail
PORTVERSION=	1.5.0
CATEGORIES=	mail
MASTER_SITES=	ftp://xfmail.ufies.org/pub/xfmail/release/%SUBDIR%/	       \
		ftp://cupido.geophys.nat.tu-bs.de/pub/xfmail/release/%SUBDIR%/ \
		ftp://cfreeze.ufies.org/pub/xfmail/release/%SUBDIR%/
MASTER_SITE_SUBDIR=	${PORTVERSION}/source/

MAINTAINER=	mikeh@FreeBSD.org

LIB_DEPENDS=	forms.0:${PORTSDIR}/x11-toolkits/xforms \
		gdbm.2:${PORTSDIR}/databases/gdbm

USE_AUTOMAKE=	yes
USE_BZIP2=	yes
USE_GLIB=	yes
USE_GMAKE=	yes
USE_X_PREFIX=	yes
USE_XPM=	yes

.include <bsd.port.pre.mk>

CONFIGURE_ARGS=	--with-dbm-lib=gdbm
MAN1=		xfmail.1

pre-configure:
	@cd ${WRKSRC} && ${SH} autogen.sh

.include <bsd.port.post.mk>