portlint) pkg-comment. bsd.port.mk currently has problems with PORTCOMMENT strings containing metacharacters.
23 lines
416 B
Makefile
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>
|