diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /math/xldlas | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.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 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 00993658473..a8ecd874ab9 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.4 1999/04/15 20:39:44 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:45 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp # -DISTNAME= xldlas-0.85 -WRKSRC= ${WRKDIR}/xldlas -CATEGORIES= math -MASTER_SITES= http://a42.com/~thor/xldlas/ \ - http://sunsite.math.klte.hu/mirrors/xldlas/ \ - ${MASTER_SITE_SUNSITE:=X11/xapps/math/} -EXTRACT_SUFX= -source.tgz +DISTNAME= xldlas-0.85 +WRKSRC= ${WRKDIR}/xldlas +CATEGORIES= math +MASTER_SITES= http://a42.com/~thor/xldlas/ \ + http://sunsite.math.klte.hu/mirrors/xldlas/ \ + ${MASTER_SITE_SUNSITE:=X11/xapps/math/} +EXTRACT_SUFX= -source.tgz -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://a42.com/~thor/xldlas/ +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://a42.com/~thor/xldlas/ -DEPENDS+= xforms-0.88:../../x11/xforms +DEPENDS= xforms-0.88:../../x11/xforms -ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k +ONLY_FOR_PLATFORM= *-*-{arm32,i386,m68k,sparc,ns32k} -USE_X11BASE= yes +USE_X11BASE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin |