70635e88ab
MicroEMACS 4.0 can be copied and distributed freely for any non-commercial purposes. Commercial users may use MicroEMACS 4.0 inhouse. Shareware distributors may redistribute MicroEMACS 4.0 for media costs only. MicroEMACS 4.0 can only be incorporated into commercial software or resold with the permission of the current author. Submitted by: imp
28 lines
603 B
Makefile
28 lines
603 B
Makefile
# New ports collection makefile for: MicroEmacs
|
|
# Date created: 16 Jan 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uemacs
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://uemacs.tripod.com/ \
|
|
ftp://aquest.com/pub/uemacs400/disk2/
|
|
DISTNAME= ue400dev
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A full screen editor
|
|
|
|
NO_CDROM= "Resale allowed for media cost only"
|
|
|
|
USE_REINPLACE= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_ZIP= yes
|
|
EXTRACT_BEFORE_ARGS= -Laq
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
|
|
|
|
.include <bsd.port.mk>
|