freebsd-ports/x11-wm/kwix/Makefile
Ade Lovett c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00

28 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.4:${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>