From c54df72a6beb849b9e4a84df2ce794d5c13aaa5d Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 6 Jul 1999 08:02:02 +0000 Subject: * 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. --- ham/tnt/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'ham/tnt/Makefile') 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" -- cgit v1.2.3