mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b0d1abe082
uEmacs/PK 4.0 is full screen editor based on MicroEMACS 3.9e. PR: ports/24747 Submitted by: Tadashi Yumoto <yumoto@mail.forks.co.jp>
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# New ports collection makefile for: MicroEmacs/PK-TOY 4.0.16
|
|
# Date created: 27 Jan 2001
|
|
# Whom: Tadashi Yumoto
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= em
|
|
PORTVERSION= 4.0.16
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www3.famille.ne.jp/~ncc1701/em/
|
|
DISTNAME= em-4.0.16-lt
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/em
|
|
|
|
.include <bsd.port.mk>
|