diff options
Diffstat (limited to 'mail/elm/Makefile')
-rw-r--r-- | mail/elm/Makefile | 24 |
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> |