20 lines
486 B
Makefile
20 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/08/28 07:58:51 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= ltris-1.0.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
|
|
|
MAINTAINER= xs@nitric.net
|
|
HOMEPAGE= http://lgames.sourceforge.net/
|
|
COMMENT= SDL tetris clone
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-highscore-path=${LOCALBASE}/share/games/
|
|
|
|
.include "../../audio/SDL-mixer/buildlink2.mk"
|
|
.include "../../devel/SDL/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|