141af0148c
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.
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# 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>
|