mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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
29 lines
593 B
Makefile
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>
|