1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/editors/uemacs/Makefile
Alex Kozlov 12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00

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>