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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/asapm/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index 85baecb4091..da61ab142e2 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.3 1999/04/12 17:39:46 jlam Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:48 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp # -DISTNAME= asapm-2.6 -CATEGORIES= sysutils x11 -MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asapm/ \ - ftp://ftp.afterstep.org/apps/asapm/ \ - ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/ +DISTNAME= asapm-2.6 +CATEGORIES= sysutils x11 +MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asapm/ \ + ftp://ftp.afterstep.org/apps/asapm/ \ + ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/ -MAINTAINER= lamj@stat.cmu.edu -HOMEPAGE= http://www.tigr.net/afterstep/as-apps/applet-list.html +MAINTAINER= lamj@stat.cmu.edu +HOMEPAGE= http://www.tigr.net/afterstep/as-apps/applet-list.html -DEPENDS+= xpm-3.4k:../../graphics/xpm +DEPENDS= xpm-3.4k:../../graphics/xpm -ONLY_FOR_ARCHS= i386 # needs apm support +ONLY_FOR_PLATFORM= *-*-i386 # needs apm support -GNU_CONFIGURE= yes -USE_X11BASE= yes +GNU_CONFIGURE= yes +USE_X11BASE= yes .include "../../mk/bsd.pkg.mk" |