blob: 84576514bfad101e3e1c1f941c1afb4dd723cd30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xinfocom
# Date created: 7 May 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xinfocom
PORTVERSION= 1.8m
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://ftp.gmd.de/if-archive/infocom/interpreters/itf/
MASTER_SITE_SUBDIR= mph
DISTNAME= unix8m
EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= An Infocom game interpreter for X11
PLIST_FILES= bin/xinfocom
WRKSRC= ${WRKDIR}/xinfocom
USE_IMAKE= yes
.include <bsd.port.mk>
|