1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Support CC/CFLAGS/PREFIX proeprly

- Remove version string from pkg-comment
bump port revision

PR:		32217
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Ying-Chieh Liao 2001-11-23 17:39:18 +00:00
parent 4a03fd9985
commit 274b4872ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50420
2 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: MicroEmacs/PK-TOY 4.0.16
# New ports collection makefile for: MicroEmacs/PK-TOY
# Date created: 27 Jan 2001
# Whom: Tadashi Yumoto
#
@ -7,13 +7,21 @@
PORTNAME= em
PORTVERSION= 4.0.16
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www3.famille.ne.jp/~ncc1701/em/
DISTNAME= em-4.0.16-lt
DISTNAME= ${PORTNAME}-${PORTVERSION}-lt
MAINTAINER= ports@FreeBSD.org
post-install:
strip ${PREFIX}/bin/em
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DEFINES=""
pre-patch:
@${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/epath.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/em ${PREFIX}/bin/em
${INSTALL_DATA} ${WRKSRC}/emacs.hlp ${PREFIX}/etc/emacs.hlp
${INSTALL_DATA} ${WRKSRC}/emacs.rc ${PREFIX}/etc/dot.emacsrc
.include <bsd.port.mk>

View File

@ -1 +1 @@
MicroEmacs 4.0/PK-TOY (version 4.0.16)
Full screen editor based on MicroEMACS