summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-14 21:59:03 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-14 21:59:03 +0000
commit56fe6d50424ee181803a69a1c28b11e34b4cd9d9 (patch)
treea2f92a37c880d09777d5a9147d0902631e57f80b /mail
parentAdd ${.MAKEFLAGS} to sub-makes, pointed by Rod (diff)
Piero Serini's port of elm.
Submitted by: piero
Notes
Notes: svn path=/head/; revision=237
Diffstat (limited to 'mail')
-rw-r--r--mail/elm+ME/Makefile26
-rw-r--r--mail/elm/Makefile26
2 files changed, 52 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>
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
new file mode 100644
index 000000000000..639532ba12f9
--- /dev/null
+++ b/mail/elm/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>