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)
20 lines
403 B
Makefile
20 lines
403 B
Makefile
# New ports collection makefile for: krosswordplayer
|
|
# Date created: 2004-07-01
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= KrossWordPlayer
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://home.houston.rr.com/epasveer/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE crossword puzzle game
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
.include <bsd.port.mk>
|