aboutsummaryrefslogtreecommitdiff
path: root/editors/uzap/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-06-22 21:27:29 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-06-22 21:27:29 +0000
commit141af0148c0ed094d7797fbee151f5be37deed33 (patch)
treedad8ce96e0d7e855e674bc32548b0880fda682d9 /editors/uzap/Makefile
parent2eb82913772d8b6e64e1f48cbafada3386e306e1 (diff)
uzap - a small & nice hex editor
Unfortunately, the copyright is somewhat restrictive, so we cannot make a package out of it. The author seem no longer to be reachable under the provided mail address.
Notes
Notes: svn path=/head/; revision=1859
Diffstat (limited to 'editors/uzap/Makefile')
-rw-r--r--editors/uzap/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile
new file mode 100644
index 000000000000..ce2ea779a2cf
--- /dev/null
+++ b/editors/uzap/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: uzap
+# Version required: 1.0
+# Date created: 19 Jun 1995
+# Whom: joerg
+#
+# $Id$
+#
+
+DISTNAME= uzap
+PKGNAME= uzap-1.0
+CATEGORIES+= editors
+MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/uzap/
+EXTRACT_SUFX= .tar.gz
+
+WRKSRC= ${WRKDIR}
+
+# restrictive Copyright; the author is no longer reachable, however :-(
+NO_PACKAGE= yes
+
+.include <bsd.port.mk>