diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-14 21:59:03 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-14 21:59:03 +0000 |
commit | 56fe6d50424ee181803a69a1c28b11e34b4cd9d9 (patch) | |
tree | a2f92a37c880d09777d5a9147d0902631e57f80b /mail/elm+ME | |
parent | Add ${.MAKEFLAGS} to sub-makes, pointed by Rod (diff) |
Piero Serini's port of elm.
Submitted by: piero
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile new file mode 100644 index 000000000000..639532ba12f9 --- /dev/null +++ b/mail/elm+ME/Makefile @@ -0,0 +1,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> |