freebsd-ports/games/xzip/Makefile
Jimmy Olgeni 5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00

23 lines
544 B
Makefile

# Created by: Matthew Hunt <mph@FreeBSD.org>
# $FreeBSD$
PORTNAME= xzip
PORTVERSION= 1.8.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \
http://www.ifarchive.org/if-archive/infocom/interpreters/zip/ \
http://www.eblong.com/zarf/ftp/
DISTNAME= xzip182
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Infocom game interpreter that runs under X11
USE_XORG= x11
WRKSRC= ${WRKDIR}/xzip
ALL_TARGET=
PLIST_FILES= bin/xzip man/man1/xzip.1.gz
.include <bsd.port.mk>