summaryrefslogtreecommitdiff
path: root/x11/gtk--/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-03-14 17:12:53 +0000
committerrh <rh>1999-03-14 17:12:53 +0000
commitc3ecc281869c15bf4b55d49b0329be31d110c469 (patch)
treeab27cd1245735305cb5b4c0072fd1d7195097b8e /x11/gtk--/Makefile
parentbd1a556e3166652625513b6903396974fded4177 (diff)
downloadpkgsrc-c3ecc281869c15bf4b55d49b0329be31d110c469.tar.gz
convert FreeBSD port to NetBSD package
update to gtk---1.0.0
Diffstat (limited to 'x11/gtk--/Makefile')
-rw-r--r--x11/gtk--/Makefile44
1 files changed, 21 insertions, 23 deletions
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile
index c0ffe6516bb..6761f286348 100644
--- a/x11/gtk--/Makefile
+++ b/x11/gtk--/Makefile
@@ -1,31 +1,29 @@
-# New ports collection makefile for: gtk--
-# Version required: 0.9.14
-# Date created: 11 May 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
+# $NetBSD: Makefile,v 1.2 1999/03/14 17:12:53 rh Exp $
+# FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp
#
-# $Id: Makefile,v 1.1.1.1 1999/03/14 17:08:59 rh Exp $
-#
-
-DISTNAME= Gtk---0.9.14
-PKGNAME= gtk---0.9.14
-CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/
-MAINTAINER= nacai@iname.com
+DISTNAME= Gtk---1.0.0
+PKGNAME= gtk---1.0.0
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/gtk--/ \
+ ftp://gd.tuwien.ac.at/graphics/gimp/gtk/gtk--/ \
+ ftp://ftp.u-aizu.ac.jp/pub/graphics/tools/gimp/gtk/gtk--/ \
+ ftp://ftp.flirble.org/pub/X/gimp/gtk/gtk--/ \
+ http://lazy.ton.tut.fi/terop/iki/gtk/ \
+ http://gd.tuwien.ac.at/graphics/gimp/gtk/gtk--/
-BROKEN= build
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://lazy.ton.tut.fi/gtk--/gtk--.html
-LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+DEPENDS+= gtk+-1.2.0:../../x11/gtk
+BUILD_DEPENDS+= gm4:../../devel/m4
-# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
-#GNU_CONFIGURE= yes
-USE_AUTOCONF= yes
-# for the future GNOME support
-#CONFIGURE_ARGS= --with-gnome=${X11BASE}
+USE_LIBTOOL= yes
+USE_X11BASE= yes
USE_GMAKE= yes
-post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+CONFIGURE_ARGS= --without-gnome
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"