freebsd-ports/editors/uemacs/Makefile
Kris Kennaway 70635e88ab Mark uemacs NO_CDROM:
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
2004-03-30 23:58:14 +00:00

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>