1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/editors/uzap/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

26 lines
597 B
Makefile

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