diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-06 08:02:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-06 08:02:02 +0000 |
commit | c54df72a6beb849b9e4a84df2ce794d5c13aaa5d (patch) | |
tree | f68316dcd1af38949e025c194abefac859e74636 /ham/tnt/Makefile | |
parent | 895be09d411fb50d2d44117940329375ed3f876e (diff) | |
download | pkgsrc-c54df72a6beb849b9e4a84df2ce794d5c13aaa5d.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/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 11 |
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" |