mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
756656ac3d
- While I'm here, remove leading indefinite article from COMMENT PR: ports/182291 Submitted by: Andrew Clarke <mail@ozzmosis.com> (maintainer)
24 lines
429 B
Makefile
24 lines
429 B
Makefile
# Created by: tg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uemacs
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://dl.ozzmosis.com/uemacs/
|
|
DISTNAME= ue400dev
|
|
|
|
MAINTAINER= mail@ozzmosis.com
|
|
COMMENT= Full screen editor
|
|
|
|
NO_CDROM= Resale allowed for media cost only
|
|
|
|
NO_STAGE= 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>
|