aboutsummaryrefslogtreecommitdiffstats
path: root/mail/elm
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-12 04:28:32 +0800
committerasami <asami@FreeBSD.org>1995-04-12 04:28:32 +0800
commit68fd77ac849aafb0f6387a0b2f05e2988325e459 (patch)
tree51b8ada54171ddc43cc01d40021028b05c1caab7 /mail/elm
parent4e5270fead597efd083751ef7136263cffd95b9c (diff)
downloadfreebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.gz
freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.zst
freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.zip
Updated ports Makefiles for mails.
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/Makefile24
1 files changed, 11 insertions, 13 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index cf9af28c82c2..f78f309c5740 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -1,22 +1,20 @@
+# New ports collection makefile for: elm
+# Version required: 2.4
+# Date created: 14 October 1994
+# Whom: piero
#
-# Makefile for ports/mail/elm (FreeBSD)
-# $Id: Makefile,v 1.2 1994/11/25 19:12:24 gpalmer Exp $
+# $Id$
#
-# Distribution stuff
DISTNAME= elm2.4
-EXTRACT_SUFX= .tar.Z
-MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/
+PKGNAME= elm-2.4
CATEGORIES+= mail
+MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/
+EXTRACT_SUFX= .tar.Z
-# working directory
WRKDIR= work
-NO_WRKSUBDIR= is_set
-
-# Interactive
-IS_INTERACTIVE= is_set
-
-# Packaging
-NO_PACKAGE= is_set
+NO_WRKSUBDIR= yes
+IS_INTERACTIVE= yes
+NO_PACKAGE= yes
.include <bsd.port.mk>