packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
19 lines
419 B
Makefile
19 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/12/15 20:32:56 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= xbreaky-0.0.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://xbreaky.sourceforge.net/
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://xbreaky.sourceforge.net/
|
|
COMMENT= Breakout game for X11
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|