mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
813bf87b2f
PR: 14064 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# New ports collection makefile for: MicroEmacs
|
|
# Version required: 4.0
|
|
# Date created: 16 Jan 1995
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ue400dev
|
|
PKGNAME= uemacs-4.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/
|
|
|
|
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>
|