be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# Created by: Simon Barner <barner@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcheckers
|
|
PORTVERSION= 2.2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://arton.cunst.net/xcheckers/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Checkers game for X11
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext xpm
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^#/d' ${WRKSRC}/Local.config
|
|
|
|
pre-install:
|
|
@${REINPLACE_CMD} 's:@LOCALBASE@:${LOCALBASE}:g' \
|
|
${WRKSRC}/xcheckers.src/xcheckers.man
|
|
|
|
.include <bsd.port.mk>
|