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