diff options
Diffstat (limited to 'ham/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile new file mode 100644 index 00000000000..5598d60cb16 --- /dev/null +++ b/ham/tnt/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $ +# + +DISTNAME= tnt1.9-pre3 +PKGNAME= tnt-1.9pre3 +CATEGORIES= ham +MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/tnt/ +EXTRACT_SUFX= .tgz + +MAINTAINER= wulf@ping.net.au +HOMEPAGE= http://excelsior.kullen.rwth-aachen.de + +DEPENDS= dialog-0.6z:../../misc/dialog \ + ncurses-1.9.9g:../../devel/ncurses + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |