blob: daf9815ececd52afe135ee19b9c9f6eba1682d5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: ktritoc
# Date created: 2003-07-06
# Whom: arved
#
# $FreeBSD$
PORTNAME= ktritoc
PORTVERSION= 1.0
CATEGORIES= games kde
MASTER_SITES= http://www.heni-online.de/files/
MAINTAINER= arved@FreeBSD.org
COMMENT= A Tic-tac-toe like boardgame
LIB_DEPENDS= kdegames.2:${PORTSDIR}/games/kdegames3
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>
|