mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
b63a28f690
Approved by: portmgr (bapt)
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uzap
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Visual binary file editor
|
|
|
|
# restrictive Copyright; the author is no longer reachable, however :-(
|
|
RESTRICTED= Restrictive copyright
|
|
NO_WRKSUBDIR= yes
|
|
MAN1= uzap.1
|
|
PLIST_FILES= bin/uzap
|
|
|
|
.include <bsd.port.mk>
|