d70523df21
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
34 lines
965 B
Makefile
34 lines
965 B
Makefile
# $NetBSD: Makefile,v 1.40 2009/07/22 09:01:30 wiz Exp $
|
|
|
|
DISTNAME= xpuyopuyo-0.9.1
|
|
PKGREVISION= 6
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://chaos2.org/xpuyopuyo/ \
|
|
http://lenin.dabney.caltech.edu./~justins/xpuyopuyo/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://chaos2.org/xpuyopuyo/
|
|
COMMENT= Tetris-like puzzle game
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= automake autoconf gmake
|
|
USE_X11BASE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-gnome # install desktop and pixmap files
|
|
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=${GNOME_CONFIG:Q}
|
|
|
|
GNOME_CONFIG= ${WRKDIR}/gnome-config
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf --force --install
|
|
${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/gnome-config \
|
|
> ${GNOME_CONFIG}
|
|
${CHMOD} +x ${GNOME_CONFIG}
|
|
|
|
.include "../../audio/libmikmod/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|