1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/ktritoc/Makefile
2004-02-28 10:02:03 +00:00

27 lines
553 B
Makefile

# New ports collection makefile for: ktritoc
# Date created: 2003-07-06
# Whom: arved
#
# $FreeBSD$
PORTNAME= ktritoc
PORTVERSION= 1.0
PORTREVISION= 2
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
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${RM} -r ${WRKSRC}/ktritoc/doc/ktritoc/dtd
.include <bsd.port.mk>