mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
25 lines
476 B
Makefile
25 lines
476 B
Makefile
# New ports collection makefile for: ktritoc
|
|
# Date created: 2003-07-06
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ktritoc
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 8
|
|
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:15
|
|
|
|
post-patch:
|
|
${RM} -r ${WRKSRC}/ktritoc/doc/ktritoc/dtd
|
|
|
|
.include <bsd.port.mk>
|