mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
26 lines
534 B
Makefile
26 lines
534 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
|
|
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-old
|
|
|
|
USE_KDELIBS_VER= 2
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's|-O2 ||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|