mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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.
21 lines
391 B
Makefile
21 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>
|