1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-wm/kwix/Makefile
Ade Lovett f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- 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
2002-04-12 17:10:20 +00:00

29 lines
593 B
Makefile

# New ports collection makefile for: kwix
# Date created: 30 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kwix
PORTVERSION= 1.0.9
PORTREVISION= 1
CATEGORIES= x11-wm kde
MASTER_SITES= ftp://ftp.kde.com/pub/Art_Music/Themes/KwiX/ \
ftp://ftp.thekompany.com/pub/kwix/
DISTNAME= ${PORTNAME}-${PORTVERSION}kb
MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
USE_KDEBASE_VER=2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CFLAGS+= -DHAVE_BOOL
post-patch:
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure
.include <bsd.port.mk>