1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/mail/elm+ME/Makefile
Jordan K. Hubbard 56fe6d5042 Piero Serini's port of elm.
Submitted by:	piero
1994-10-14 21:59:03 +00:00

27 lines
455 B
Makefile

#
# 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>