b773a8b35d
change: use a 20pt font as "bigfont", avoids problems on systems where the original 24pt font is not found pkgsrc change: fix the code which does font replacement in case a font is not found (following an idea from gentoo but done correctly) thanks to Felix Resch for pointers and testing
19 lines
488 B
Makefile
19 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/02/19 12:36:15 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= xbl-1.1.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www710.univ-lyon1.fr/ftp/xbl/xbl.html
|
|
COMMENT= 3D-tetris-like game
|
|
|
|
USE_TOOLS+= imake
|
|
GNU_CONFIGURE= yes
|
|
# libXext is not needed
|
|
BUILDLINK_TRANSFORM+= rm:-lXext
|
|
INSTALLATION_DIRS= bin lib/X11/app-defaults
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|