1995-02-23 17:00:04 +01:00
|
|
|
# New ports collection makefile for: MicroEmacs
|
|
|
|
# Date created: 16 Jan 1995
|
1997-08-29 13:33:09 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1995-02-23 17:00:04 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-04-09 08:11:17 +02:00
|
|
|
#
|
1995-02-23 17:00:04 +01:00
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= uemacs
|
|
|
|
PORTVERSION= 4.0
|
1996-11-11 06:07:53 +01:00
|
|
|
CATEGORIES= editors
|
2002-10-22 16:55:43 +02:00
|
|
|
MASTER_SITES= http://uemacs.tripod.com/ \
|
|
|
|
ftp://aquest.com/pub/uemacs400/disk2/
|
2000-04-14 02:25:54 +02:00
|
|
|
DISTNAME= ue400dev
|
1995-04-09 08:11:17 +02:00
|
|
|
|
1999-10-07 08:49:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:12:51 +01:00
|
|
|
COMMENT= A full screen editor
|
1995-05-02 11:09:38 +02:00
|
|
|
|
2012-09-21 08:52:44 +02:00
|
|
|
DEPRECATED= No more public distfiles
|
|
|
|
EXPIRATION_DATE= 2012-10-20
|
|
|
|
|
2004-03-31 01:58:14 +02:00
|
|
|
NO_CDROM= "Resale allowed for media cost only"
|
|
|
|
|
1995-04-09 08:11:17 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
1999-05-01 14:34:38 +02:00
|
|
|
USE_ZIP= yes
|
1995-05-02 11:09:38 +02:00
|
|
|
EXTRACT_BEFORE_ARGS= -Laq
|
1999-10-07 08:49:02 +02:00
|
|
|
|
|
|
|
post-patch:
|
2002-06-21 17:52:35 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
|
1995-02-23 17:00:04 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|