summaryrefslogtreecommitdiff
path: root/mail/elm+ME/Makefile
blob: 639532ba12f95f72e3e29dffee310a86900a34d0 (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
#
#	Makefile for ports/mail/elm (FreeBSD)
#	$Id: $
#

# Distribution stuff
DISTNAME=	elm2.4
EXTRACT_SUFX=	.tar.Z
MASTER_SITES=	ftp://dsinc.myxa.com/pub/elm/

# working directory
WRKDIR=		work
NO_WRKSUBDIR=	is_set

# Interactive
IS_INTERACTIVE=	is_set

# Packaging
NO_PACKAGE=	is_set
# PKGDIR=	pkg

pre-configure:
	@echo "===> Running pre-configure target for ${DISTNAME}"
	@sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC}

.include <bsd.port.mk>