blob: 631855c24700db0fc63cecf86b81d0f7af87cb64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|