aboutsummaryrefslogtreecommitdiff
path: root/games/ktritoc/Makefile
blob: cda626e535219a302ffa9e3c3d6c5f5e284f9a74 (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
# New ports collection makefile for:	ktritoc
# Date created:				2003-07-06
# Whom:					arved
#
# $FreeBSD$

PORTNAME=	ktritoc
PORTVERSION=	1.0
PORTREVISION=	11
CATEGORIES=	games kde
MASTER_SITES=	http://www.heni-online.de/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A Tic-tac-toe like boardgame

LIB_DEPENDS=	kdegames.3:${PORTSDIR}/games/kdegames3

USE_KDELIBS_VER=3
USE_AUTOTOOLS=	libtool:22

post-patch:
	${RM} -r ${WRKSRC}/ktritoc/doc/ktritoc/dtd

.include <bsd.port.mk>