73 lines
2.2 KiB
Makefile
73 lines
2.2 KiB
Makefile
# $NetBSD: Makefile,v 1.72 2005/04/11 21:45:50 tv Exp $
|
|
|
|
DISTNAME= gnome-games-1.4.0.4
|
|
PKGREVISION= 16
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-games/1.4/}\
|
|
${MASTER_SITE_LOCAL}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
${DISTNAME:S/s-/s-html-/}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME games collection
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
BUILD_USES_GETTEXT_M4= YES
|
|
|
|
CONFLICTS= xbill-[0-9]*
|
|
|
|
AUTOMAKE_REQD= 1.4
|
|
AUTOCONF_REQD= 2.50
|
|
USE_DIRS+= gnome1-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11BASE= YES
|
|
USE_CONFIG_WRAPPER= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
|
|
|
INSTALL_FILE= ${WRKDIR}/INSTALL
|
|
|
|
post-patch:
|
|
cd ${WRKSRC} && \
|
|
${CP} gnect/src/connect4.c gnect/src/connect4.c.broken && \
|
|
${SED} -e 's|/usr/share|${PREFIX}/share|' \
|
|
< gnect/src/connect4.c.broken > gnect/src/connect4.c
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize --force --copy
|
|
cd ${WRKSRC} && ${ACLOCAL} -I macros
|
|
cd ${WRKSRC} && ${AUTOHEADER}
|
|
cd ${WRKSRC} && ${AUTOMAKE} --add-missing --gnu
|
|
cd ${WRKSRC} && ${AUTOCONF}
|
|
|
|
post-build:
|
|
${SED} -e 's#@@INSTALL@@#${INSTALL}#' \
|
|
${PKGDIR}/INSTALL >${INSTALL_FILE}
|
|
|
|
post-install:
|
|
.for dir in gnome-stones/C gnome-stones/it
|
|
${ECHO} "index.html Manual" >${PREFIX}/share/gnome/help/${dir}/topic.dat
|
|
${CHMOD} 0644 ${PREFIX}/share/gnome/help/${dir}/topic.dat
|
|
.endfor
|
|
${LN} -s aisleriot ${PREFIX}/share/gnome/help/freecell
|
|
${LN} -s . ${PREFIX}/share/gnome/help/gataxx/C/user-guide
|
|
${LN} -s . ${PREFIX}/share/gnome/help/gataxx/es/user-guide
|
|
${LN} -s . ${PREFIX}/share/gnome/help/gataxx/eu/user-guide
|
|
${LN} -s . ${PREFIX}/share/gnome/help/gataxx/it/user-guide
|
|
${LN} -s gnome-mines ${PREFIX}/share/gnome/help/gnomine
|
|
${LN} -s same-gnome ${PREFIX}/share/gnome/help/samegnome
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
# Required for ports which don't build "libgtop".
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gnome-core/buildlink3.mk"
|
|
.include "../../mk/automake.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|