mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
28 lines
544 B
Makefile
28 lines
544 B
Makefile
# New ports collection makefile for: ktritoc
|
|
# Date created: 2003-07-06
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ktritoc
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 12
|
|
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
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
post-patch:
|
|
${RM} -r ${WRKSRC}/ktritoc/doc/ktritoc/dtd
|
|
|
|
.include <bsd.port.mk>
|