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.
19 lines
404 B
Makefile
19 lines
404 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdemineur
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= XCONTRIB/games \
|
|
http://www.babafou.eu.org/xdemineur/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Another minesweeper game for the X Window System
|
|
|
|
USES= imake xorg
|
|
USE_XORG= xpm
|
|
PLIST_FILES= bin/xdemineur \
|
|
man/man1/xdemineur.1.gz
|
|
|
|
.include <bsd.port.mk>
|