summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjlam <jlam>1999-07-06 08:02:02 +0000
committerjlam <jlam>1999-07-06 08:02:02 +0000
commit6994e7b431e3ae2f00cd3258c83a2bd1be76673b (patch)
treef68316dcd1af38949e025c194abefac859e74636 /ham
parent683597135e95a6ab1de278218ca6e5153bc22d23 (diff)
downloadpkgsrc-6994e7b431e3ae2f00cd3258c83a2bd1be76673b.tar.gz
* Update ncurses dependency.
* Change PKGNAME to tnt-1.9p3 to pass pkglint. * Pass correct linker options to make this ELF-aware. XXX Compiles, but I have no idea how to test this. It also has an XXX interactive installation process, which I'm not sure how to modify.
Diffstat (limited to 'ham')
-rw-r--r--ham/tnt/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile
index 5598d60cb16..73b313d569c 100644
--- a/ham/tnt/Makefile
+++ b/ham/tnt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1999/07/06 08:02:02 jlam Exp $
#
DISTNAME= tnt1.9-pre3
-PKGNAME= tnt-1.9pre3
+PKGNAME= tnt-1.9p3
CATEGORIES= ham
MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/tnt/
EXTRACT_SUFX= .tgz
@@ -10,10 +10,13 @@ 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
+DEPENDS+= dialog-0.6z:../../misc/dialog
+DEPENDS+= ncurses-4.2:../../devel/ncurses
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include # for ncurses' termcap.h
+LDFLAGS+= -L${LOCALBASE}/lib # for -lncurses
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"