20 lines
373 B
Makefile
20 lines
373 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
|
|
USE_XORG= xt sm ice xext x11
|
|
|
|
WRKSRC= ${WRKDIR}/xinfocom
|
|
PLIST_FILES= bin/xinfocom
|
|
|
|
.include <bsd.port.mk>
|