29 lines
723 B
Makefile
29 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/03/09 23:06:18 snj Exp $
|
|
#
|
|
|
|
DISTNAME= xnibbles-1.0BETA4
|
|
PKGNAME= xnibbles-1.0b4
|
|
PKGREVISION= 1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://www.tjhsst.edu/xnibbles/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.tjhsst.edu/xnibbles/
|
|
COMMENT= Winding snakes game for X11
|
|
|
|
WRKSRC= ${WRKDIR}/xnibbles
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
USE_X11= YES
|
|
|
|
SUBST_CLASSES+= audio
|
|
SUBST_STAGE.audio= pre-build
|
|
SUBST_MESSAGE.audio= Adjusting path to audio device
|
|
SUBST_FILES.audio= Makefile
|
|
SUBST_SED.audio= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../mk/ossaudio.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|