2001-03-30 03:18:58 -05:00
|
|
|
# New ports collection makefile for: kwix
|
|
|
|
# Date created: 30 March 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kwix
|
|
|
|
PORTVERSION= 1.0.9
|
|
|
|
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
|
|
|
|
|
2001-04-13 04:54:52 -04:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
2001-03-30 03:18:58 -05:00
|
|
|
|
2001-04-13 04:54:52 -04:00
|
|
|
USE_KDEBASE_VER=2
|
2001-03-30 03:18:58 -05:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2001-08-08 00:53:49 -04:00
|
|
|
CFLAGS+= -DHAVE_BOOL
|
2001-03-30 03:18:58 -05:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|