mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
26 lines
588 B
Makefile
26 lines
588 B
Makefile
# New ports collection makefile for: elm
|
|
# Version required: 2.4 ME8a
|
|
# Date created: 26 June 1995
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.6 1995/09/28 16:41:41 ache Exp $
|
|
#
|
|
|
|
DISTNAME= elm-2.4pl24me8
|
|
PKGNAME= elm-2.4m8a
|
|
PATCHFILES= elm-2.4pl24me8a.diffs.Z
|
|
PATCH_DIST_STRIP= -p1
|
|
CATEGORIES+= mail
|
|
MASTER_SITES= ftp://cs.hmc.edu/pub/me/
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
IS_INTERACTIVE= yes
|
|
NO_PACKAGE= yes # domain name compiled in
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/nls; ${MAKE} install
|
|
|
|
.include <bsd.port.mk>
|