diff options
author | tron <tron@pkgsrc.org> | 1998-11-01 23:21:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-01 23:21:46 +0000 |
commit | c15f028dc46cb85ffde4071c469547469fb8afcd (patch) | |
tree | eca428c8b99787257a0c9499c830374ab588d2c5 /sysutils/libgtop/Makefile | |
parent | 07de54a2182de8df848ad5ecb5439409fb3f241b (diff) | |
download | pkgsrc-c15f028dc46cb85ffde4071c469547469fb8afcd.tar.gz |
Move "libgtop" package to "devel" category.
Diffstat (limited to 'sysutils/libgtop/Makefile')
-rw-r--r-- | sysutils/libgtop/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile deleted file mode 100644 index cad3342883a..00000000000 --- a/sysutils/libgtop/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.3 1998/10/18 22:34:00 tron Exp $ -# - -DISTNAME= libgtop-0.26.0 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ \ - ftp://ftp.geo.net/pub/gnome/sources/ - -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.gnome.org/ - -DEPENDS+= gnome-libs-0.30.1:../../x11/gnome-libs -DEPENDS+= guile-1.2:../../lang/guile -DEPENDS+= gettext-0.10:../../misc/gettext - -NOT_FOR_ARCHS= alpha # problems with gtk - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes - -CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \ - --with-libgtop-guile --with-catgets -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} - -post-extract: - @${MV} ${WRKSRC}/sysdeps/freebsd ${WRKSRC}/sysdeps/bsd - -.include "../../mk/bsd.pkg.mk" |