mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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.
21 lines
322 B
Makefile
21 lines
322 B
Makefile
# Created by: swallace
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xchomp
|
|
PORTVERSION= pl1
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= XCONTRIB/../R5contrib
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Pac-man-like game under X11
|
|
|
|
WRKSRC= ${WRKDIR}/xchomp
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/xchomp
|
|
|
|
.include <bsd.port.mk>
|