summaryrefslogtreecommitdiff
path: root/games/gnome-games/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-06-21 01:28:48 +0000
committerjlam <jlam@pkgsrc.org>2000-06-21 01:28:48 +0000
commitf1c5e16769d0bc7eb24ffbe0697ae8a79aadd767 (patch)
treefe16003a4f46d2f18a3303dec8090fc757fb6553 /games/gnome-games/Makefile
parent9bc20ee55f3a3f064d45d370f2b76dc2308ed20a (diff)
downloadpkgsrc-f1c5e16769d0bc7eb24ffbe0697ae8a79aadd767.tar.gz
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r--games/gnome-games/Makefile29
1 files changed, 16 insertions, 13 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 5da773a65d9..19f76fbf562 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,22 +1,25 @@
-# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:25 rh Exp $
+# $NetBSD: Makefile,v 1.7 2000/06/21 01:28:48 jlam Exp $
-DISTNAME= gnome-games-1.0.51
-CATEGORIES= games gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/}
+DISTNAME= gnome-games-1.0.51
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/}
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://www.gnome.org/
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.gnome.org/
-DEPENDS+= gnome-core-*:../../x11/gnome-core
+DEPENDS+= gnome-core-*:../../x11/gnome-core
# Required for ports which don't build "libgtop".
-DEPENDS+= guile-[0-9]*:../../lang/guile
-DEPENDS+= xbill-*:../../games/xbill
+DEPENDS+= guile-[0-9]*:../../lang/guile
+DEPENDS+= xbill-*:../../games/xbill
-GNU_CONFIGURE= yes
-USE_X11BASE= yes
-USE_PKGLIBTOOL= yes
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS= --localstatedir=/var
-INSTALL_FILE= ${WRKDIR}/INSTALL
+USE_X11BASE= # defined
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+INSTALL_FILE= ${WRKDIR}/INSTALL
post-build:
${SED} -e 's#@@INSTALL@@#${INSTALL}#' \