f18cbf2fa6
- switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
27 lines
546 B
Makefile
27 lines
546 B
Makefile
# New ports collection makefile for: kwatch
|
|
# Date created: 23 May 1998
|
|
# Whom: Hans Petter Bieker <zerium@webindex.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kwatch
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://www.m-j-s.net/pub/kde/ \
|
|
${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= unstable/apps/utils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
|
|
|
USE_KDELIBS_VER= 2
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's|-O2 ||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|