mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +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)
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# New ports collection makefile for: kwappen
|
|
# Date created: 2003-07-03
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kwappen
|
|
PORTVERSION= 1.1.5
|
|
PORTREVISION= 6
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= http://www.lcs-chemie.de/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE board game
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
|
|
USE_GETTEXT= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|