freebsd-ports/editors/uzap/Makefile

24 lines
491 B
Makefile
Raw Normal View History

# New ports collection makefile for: uzap
# Date created: 19 Jun 1995
# Whom: joerg
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= uzap
PORTVERSION= 1.0
CATEGORIES= editors
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
2000-04-14 02:25:54 +02:00
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>