pkgsrc-wip/pinball/Makefile
Aleksej Saushev fc697a70cf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-05 11:31:51 +00:00

20 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/10/05 11:31:52 asau Exp $
#
DISTNAME= pinball-0.2.0a
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pinball/}
MAINTAINER= virtus@wanadoo.nl
HOMEPAGE= http://pinball.sourceforge.net/
COMMENT= Pinball using the Allegro game library
PKG_DESTDIR_SUPPORT= none
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
WRKSRC= ${WRKDIR}/pinball-0.2.0
.include "../../devel/allegro/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"