mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
12e263b358
Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine
23 lines
421 B
Makefile
23 lines
421 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_WRKSUBDIR= yes
|
|
USES= dos2unix zip
|
|
EXTRACT_BEFORE_ARGS= -Lq
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c
|
|
|
|
.include <bsd.port.mk>
|