aboutsummaryrefslogtreecommitdiff
path: root/mail/elm+ME/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-09-28 16:41:56 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-09-28 16:41:56 +0000
commita519662b846586d1ced2c00060689cac13bdfef9 (patch)
tree3685d1b37a1935813db034eaba5fcc8ae64f3861 /mail/elm+ME/Makefile
parentec8beab634c807050238f60c176121a447fe3e80 (diff)
downloadports-a519662b846586d1ced2c00060689cac13bdfef9.tar.gz
ports-a519662b846586d1ced2c00060689cac13bdfef9.zip
Notes
Diffstat (limited to 'mail/elm+ME/Makefile')
-rw-r--r--mail/elm+ME/Makefile26
1 files changed, 16 insertions, 10 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile
index 661e03485dd2..2b60c9053911 100644
--- a/mail/elm+ME/Makefile
+++ b/mail/elm+ME/Makefile
@@ -1,19 +1,25 @@
# New ports collection makefile for: elm
-# Version required: 2.4
-# Date created: 14 October 1994
-# Whom: piero
+# Version required: 2.4 ME8a
+# Date created: 26 June 1995
+# Whom: ache
#
-# $Id: Makefile,v 1.4 1995/04/11 20:28:05 asami Exp $
+# $Id: Makefile,v 1.3 1995/09/22 20:10:54 ache Exp $
#
-DISTNAME= elm2.4
-PKGNAME= elm-2.4
+DISTNAME= elm-2.4pl24me8
+PKGNAME= elm-2.4m8a
+PATCHFILES= elm-2.4pl24me8a.diffs.Z
+PATCH_DIST_STRIP= -p1
CATEGORIES+= mail
-MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://cs.hmc.edu/pub/me/
+PATCH_SITES= ${MASTER_SITES}
+
+MAINTAINER= ache@FreeBSD.ORG
-NO_WRKSUBDIR= yes
IS_INTERACTIVE= yes
-NO_PACKAGE= yes
+NO_PACKAGE= yes # I don't know, why
+
+post-install:
+ cd ${WRKSRC}/nls; ${MAKE} install
.include <bsd.port.mk>