summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authortv <tv>1999-05-24 20:39:35 +0000
committertv <tv>1999-05-24 20:39:35 +0000
commitb4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /x11/gnome-libs
parent2dceb46da5667da02f175cdab8fb327156a5ac34 (diff)
downloadpkgsrc-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 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile36
1 files changed, 18 insertions, 18 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 716545145c6..f6c7207d19a 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.24 1999/05/20 20:09:52 tron Exp $
+# $NetBSD: Makefile,v 1.25 1999/05/24 20:39:50 tv Exp $
#
-DISTNAME= gnome-libs-1.0.9
-CATEGORIES= x11 gnome
-MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \
- ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \
- ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/
+DISTNAME= gnome-libs-1.0.9
+CATEGORIES= x11 gnome
+MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \
+ ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \
+ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://www.gnome.org/
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.gnome.org/
-DEPENDS+= ORBit-0.4.3:../../corba/ORBit
-DEPENDS+= imlib-1.9.4:../../graphics/imlib
-DEPENDS+= xpm-3.4k:../../graphics/xpm
+DEPENDS+= ORBit-0.4.3:../../corba/ORBit
+DEPENDS+= imlib-1.9.4:../../graphics/imlib
+DEPENDS+= xpm-3.4k:../../graphics/xpm
-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
LDFLAGS+= "-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${LOCALBASE}
@@ -27,9 +27,9 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LOCALBASE=${LOCALBASE} \
X11BASE=${X11BASE}
-LOCALSTATEDIR= /var/gnome
+LOCALSTATEDIR= /var/gnome
-PLIST_SRC= ${WRKDIR}/PLIST
+PLIST_SRC= ${WRKDIR}/PLIST
pre-build:
(cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h)