freebsd-ports/games/tome/Makefile
Kris Kennaway c4ec8ebac0 Back out PORTCOMMENT in favour of a (slightly shorter, to satisfy
portlint) pkg-comment.  bsd.port.mk currently has problems with PORTCOMMENT
strings containing metacharacters.
2002-11-07 01:02:18 +00:00

23 lines
416 B
Makefile

# New ports collection makefile for: tome
# Date created: 04 Nov 2002
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= tome
PORTVERSION= 2.0.0
CATEGORIES= games
MASTER_SITES= http://t-o-m-e.net/dl/src/
DISTNAME= tome-200-src
EXTRACT_SUFX= .tgz
MAINTAINER= kris@FreeBSD.org
ALL_TARGET= # empty
MAKEFILE= makefile.org
USE_GMAKE= yes
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
.include <bsd.port.mk>