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 /graphics/ee/Makefile | |
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 'graphics/ee/Makefile')
-rw-r--r-- | graphics/ee/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile index b7241ae5a00..093381d1206 100644 --- a/graphics/ee/Makefile +++ b/graphics/ee/Makefile @@ -1,26 +1,26 @@ -# $NetBSD: Makefile,v 1.3 1999/04/26 17:17:05 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/24 20:39:42 tv Exp $ # -DISTNAME= ee-0.3.8 -CATEGORIES= x11 gnome -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ee/ \ - ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ee/ \ - ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ee/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ee/ +DISTNAME= ee-0.3.8 +CATEGORIES= x11 gnome +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ee/ \ + ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ee/ \ + ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ee/ \ + ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ee/ -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.gnome.org/ +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.gnome.org/ -DEPENDS+= gnome-core-1.0.5:../../x11/gnome-core +DEPENDS= gnome-core-1.0.5:../../x11/gnome-core -NOT_FOR_ARCHS= alpha # problems with gtk +NOT_FOR_PLATFORM= *-*-alpha # problems with gtk -GNU_CONFIGURE= yes -USE_X11BASE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_X11BASE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes -LOCALSTATEDIR= /var/gnome +LOCALSTATEDIR= /var/gnome CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --with-glib-prefix=${LOCALBASE} |