1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/mail/elm/Makefile
1995-12-04 10:55:52 +00:00

28 lines
655 B
Makefile

# New ports collection makefile for: elm
# Version required: 2.4 ME8b
# Date created: 26 June 1995
# Whom: ache
#
# $Id: Makefile,v 1.9 1995/12/02 21:30:51 ache Exp $
#
DISTNAME= elm-2.4pl24me8
VERSION= 2.4m8b # allows to not edit elm+* Makefiles
PKGNAME= elm-${VERSION}
CATEGORIES+= mail
MASTER_SITES= ftp://cs.hmc.edu/pub/me/
MAINTAINER= ache@FreeBSD.ORG
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= elm-2.4pl24me8a.diffs.Z elm-2.4pl24me8b.diffs.Z
PATCH_DIST_STRIP= -p1
pre-patch:
rm -f ${WRKSRC}/src/state.c
post-install:
cd ${WRKSRC}/nls; ${MAKE} install
.include <bsd.port.mk>