1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/games/xinfocom/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
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.
2019-11-05 22:16:14 +00:00

21 lines
378 B
Makefile

# Created by: Matthew Hunt <mph@FreeBSD.org>
# $FreeBSD$
PORTNAME= xinfocom
PORTVERSION= 1.8m
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= LOCAL/mph
DISTNAME= unix8m
MAINTAINER= ports@FreeBSD.org
COMMENT= Infocom game interpreter for X11
USES= imake tar:tgz xorg
USE_XORG= xt sm ice xext x11
WRKSRC= ${WRKDIR}/xinfocom
PLIST_FILES= bin/xinfocom
.include <bsd.port.mk>