diff options
author | tv <tv> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-24 20:39:35 +0000 |
commit | b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /mbone/nte/Makefile | |
parent | 2dceb46da5667da02f175cdab8fb327156a5ac34 (diff) | |
download | pkgsrc-b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'mbone/nte/Makefile')
-rw-r--r-- | mbone/nte/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index b703450d5fc..62d82b95db2 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,28 +1,28 @@ -# $NetBSD: Makefile,v 1.16 1999/04/15 07:21:04 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/05/24 20:39:45 tv Exp $ # -DISTNAME= nt.1.5a23 -PKGNAME= nte-1.5a23 -CATEGORIES= mbone tk80 -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a23/ +DISTNAME= nt.1.5a23 +PKGNAME= nte-1.5a23 +CATEGORIES= mbone tk80 +MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a23/ -MAINTAINER= mycroft@netbsd.org -HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/ +MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/ -BUILD_DEPENDS= ${TK_SRC}/generic/default.h:${TK_DIR}:configure -DEPENDS+= tk-8.0.5:../../x11/tk80 +BUILD_DEPENDS= ${TK_SRC}/generic/default.h:${TK_DIR}:configure +DEPENDS+= tk-8.0.5:../../x11/tk80 -TK_DIR= ${.CURDIR}/../../x11/tk80 -TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0.5 +TK_DIR= ${.CURDIR}/../../x11/tk80 +TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0.5 -NOT_FOR_ARCHS= alpha # ANSI headers cause LP64 problems +NOT_FOR_PLATFORM= *-*-alpha # ANSI headers cause LP64 problems -RESTRICTED= "Contains DES encryption" -MIRROR_DISTFILE=no -NO_WRKSUBDIR= yes -USE_GMAKE= yes +RESTRICTED= "Contains DES encryption" +MIRROR_DISTFILE= no +NO_WRKSUBDIR= yes +USE_GMAKE= yes # Pass this on to our child -MAKE_ENV= TK_SRC=${TK_SRC} +MAKE_ENV= TK_SRC=${TK_SRC} do-configure: cd ${WRKSRC}/netbsd && sh configure |