mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
471 B
Makefile
24 lines
471 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= ftp://aquest.com/pub/uemacs400/disk2/
|
|
DISTNAME= ue400dev
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_ZIP= yes
|
|
EXTRACT_BEFORE_ARGS= -Laq
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
|
|
|
|
.include <bsd.port.mk>
|