all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.35 2002/03/13 17:37:00 fredb Exp $
|
|
|
|
DISTNAME= gnome-games-1.4.0.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME games collection
|
|
|
|
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
|
|
# Required for ports which don't build "libgtop".
|
|
DEPENDS+= guile-[0-9]*:../../lang/guile
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
CONFLICTS= xbill-[0-9]*
|
|
|
|
USE_GMAKE= YES
|
|
USE_X11BASE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
BUILD_USES_GETTEXT_M4= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
CONFIGURE_ARGS+= --localstatedir=/var
|
|
|
|
USE_CONFIG_WRAPPER= YES
|
|
|
|
INSTALL_FILE= ${WRKDIR}/INSTALL
|
|
|
|
AUTOGEN_ENV= NOCONFIGURE=1
|
|
AUTOGEN_ENV+= srcdir=${WRKSRC}
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SETENV} ${AUTOGEN_ENV} ${SH} macros/autogen.sh
|
|
|
|
post-build:
|
|
${SED} -e 's#@@INSTALL@@#${INSTALL}#' \
|
|
${PKGDIR}/INSTALL >${INSTALL_FILE}
|
|
|
|
.include "../../devel/gettext-lib/buildlink.mk"
|
|
.include "../../devel/ncurses/buildlink.mk"
|
|
.include "../../x11/gnome-core/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|