diff options
Diffstat (limited to 'math/abs/Makefile')
-rw-r--r-- | math/abs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 70c3c6e3366..3e4ff28e3ba 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:29 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/11/17 07:36:33 rh Exp $ # -DISTNAME= abs-src-0.5 -PKGNAME= abs-0.5 +DISTNAME= abs-src-0.8 +PKGNAME= abs-0.8 CATEGORIES= math x11 MASTER_SITES= http://www.ping.be/bertin/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ping.be/bertin/abs.shtml -USE_X11BASE= YES USE_XPM= YES +USE_X11BASE= YES +MAKEFILE= Makefile.netBSD do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin |