18 lines
440 B
Makefile
18 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/08/27 19:07:37 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= marbles-1.0.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
|
|
|
MAINTAINER= xs@nitric.net
|
|
HOMEPAGE= http://lgames.sourceforge.net/
|
|
COMMENT= Atomix-like puzzle
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-profile-path=${LOCALBASE}/share/games/
|
|
|
|
.include "../../devel/SDL/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|