1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/editors/uzap/Makefile
John Marino 148e920b75 editors/uzap: document ncurses reqmt (USES+=ncurses), respect LDFLAGS
while here, regenerate remaining patch and rename both of them.

approved by:	infrastructure blanket
2016-01-31 12:18:31 +00:00

22 lines
495 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= uzap
PORTVERSION= 1.0
CATEGORIES= editors
MASTER_SITES= LOCAL/joerg
DISTNAME= ${PORTNAME}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Visual binary file editor
USES= ncurses
# Has been posted to alt.sources in 1989
# http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html
NO_CDROM= This software may not be used to make a profit in any way.
NO_WRKSUBDIR= yes
PLIST_FILES= bin/uzap man/man1/uzap.1.gz
.include <bsd.port.mk>