diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-03 04:35:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-03 04:35:13 +0800 |
commit | fe6fcec64ee4334ffad5f33e2f02d33482a15c45 (patch) | |
tree | b1bc7b8ca5756df96570c029f67862502b87071d /games/xinfocom | |
parent | f5b1208aa0496e4bf33b46a75854766ec0889649 (diff) | |
download | freebsd-ports-gnome-fe6fcec64ee4334ffad5f33e2f02d33482a15c45.tar.gz freebsd-ports-gnome-fe6fcec64ee4334ffad5f33e2f02d33482a15c45.tar.zst freebsd-ports-gnome-fe6fcec64ee4334ffad5f33e2f02d33482a15c45.zip |
- take maintainership
- cleanup
- add extenal mastersite
- make portlint happier
Diffstat (limited to 'games/xinfocom')
-rw-r--r-- | games/xinfocom/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile index 1dfc607f1071..84576514bfad 100644 --- a/games/xinfocom/Makefile +++ b/games/xinfocom/Makefile @@ -5,14 +5,16 @@ # $FreeBSD$ # -PORTNAME= xinfocom -PORTVERSION= 1.8m -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} +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 -DISTFILES= unix8m.tgz +DISTNAME= unix8m +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter for X11 PLIST_FILES= bin/xinfocom |