pkgsrc/devel/libgtop/Makefile
tv 5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00

34 lines
915 B
Makefile

# $NetBSD: Makefile,v 1.18 1999/05/24 20:39:37 tv Exp $
#
DISTNAME= libgtop-1.0.1
CATEGORIES= devel 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= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= gettext-0.10.35:../../devel/gettext \
gnome-libs-1.0.5:../../x11/gnome-libs \
guile-1.3:../../lang/guile
NOT_FOR_PLATFORM= *-*-alpha # problems with gtk
GNU_CONFIGURE=
USE_X11BASE=
USE_GMAKE=
USE_LIBTOOL=
IGNORE= "got broken by removal of Mach VM"
CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \
--with-libgtop-guile --with-catgets
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LOCALBASE=${LOCALBASE} \
X11BASE=${X11BASE}
LDFLAGS+= -L${LOCALBASE}/lib -lintl
.include "../../mk/bsd.pkg.mk"