diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-11-09 19:46:10 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-11-09 19:46:10 +0000 |
commit | 603944800c7121faf8baf9447a889f134d9f33c0 (patch) | |
tree | 32d767363273088eb8fed82781c4572f915606d3 /games/gnome-games/Makefile | |
parent | ed516f285a5ea40b559a3c4c0d2479f0d70cc563 (diff) | |
download | pkgsrc-603944800c7121faf8baf9447a889f134d9f33c0.tar.gz |
Make this actually build.
Put the locale files in the right place, and add them to the PLIST.
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 86d145723f8..e33564c0a72 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/11/02 03:25:33 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2000/11/09 19:46:10 mycroft Exp $ DISTNAME= gnome-games-1.2.0 CATEGORIES= games gnome @@ -7,21 +7,31 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ +BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= automake:../../devel/automake DEPENDS+= gnome-core-*:../../x11/gnome-core # Required for ports which don't build "libgtop". DEPENDS+= guile-[0-9]*:../../lang/guile DEPENDS+= xbill-*:../../games/xbill -GNU_CONFIGURE= # defined -CONFIGURE_ARGS= --localstatedir=/var - +USE_GMAKE= # defined USE_X11BASE= # defined USE_CURSES= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GNU_CONFIGURE= # defined +CONFIGURE_ARGS= --localstatedir=/var + INSTALL_FILE= ${WRKDIR}/INSTALL +AUTOGEN_ENV= NOCONFIGURE=1 +AUTOGEN_ENV+= srcdir=${WRKSRC} + +pre-configure: + #cd ${WRKSRC} && ${MV} -f aclocal.m4 acinclude.m4 + cd ${WRKSRC} && ${SETENV} ${AUTOGEN_ENV} ${SH} macros/autogen.sh + post-build: ${SED} -e 's#@@INSTALL@@#${INSTALL}#' \ ${PKGDIR}/INSTALL >${INSTALL_FILE} |