pkgsrc/games/xpuyopuyo/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.29 2004/10/03 00:14:47 tv Exp $
DISTNAME= xpuyopuyo-0.9.1
PKGREVISION= 5
CATEGORIES= games x11
MASTER_SITES= http://chaos2.org/xpuyopuyo/ \
http://lenin.dabney.caltech.edu./~justins/xpuyopuyo/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://chaos2.org/xpuyopuyo/
COMMENT= Tetris-like puzzle game
AUTOMAKE_REQD= 1.4
USE_BUILDLINK3= YES
USE_DIRS+= gnome1-1.5
USE_GNU_TOOLS+= make
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gnome # install desktop and pixmap files
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="${GNOME_CONFIG}"
GNOME_CONFIG= ${WRKDIR}/gnome-config
pre-configure:
cd ${WRKSRC} && ${AUTOHEADER} && ${AUTOMAKE} --gnu && \
${AUTORECONF} --force
${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/gnome-config \
> ${GNOME_CONFIG}
${CHMOD} +x ${GNOME_CONFIG}
.include "../../audio/libmikmod/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"