summaryrefslogtreecommitdiff
path: root/games/gnome-games/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r--games/gnome-games/Makefile73
1 files changed, 0 insertions, 73 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
deleted file mode 100644
index 92c5c23ffe2..00000000000
--- a/games/gnome-games/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# $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"