mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
New port: kwix.
A kwin decoration for KDE 2.
This commit is contained in:
parent
34cccab203
commit
2f0cf7d36a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40572
@ -30,6 +30,7 @@
|
||||
SUBDIR += icewm
|
||||
SUBDIR += ion
|
||||
SUBDIR += kappdock
|
||||
SUBDIR += kwix
|
||||
SUBDIR += larswm
|
||||
SUBDIR += libdockapp
|
||||
SUBDIR += libepplet
|
||||
|
36
x11-wm/kwix/Makefile
Normal file
36
x11-wm/kwix/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# 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
|
||||
|
||||
BUILD_DEPENDS= kwin:${PORTSDIR}/x11/kdebase2
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
RUN_DEPENDS= kwin:${PORTSDIR}/x11/kdebase2
|
||||
|
||||
USE_QT2= yes
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-wm/kwix/distinfo
Normal file
1
x11-wm/kwix/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kwix-1.0.9kb.tar.gz) = 5bf8dac00d59a06731d6ce4e649f4115
|
1
x11-wm/kwix/pkg-comment
Normal file
1
x11-wm/kwix/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A kwin decoration for KDE 2
|
1
x11-wm/kwix/pkg-descr
Normal file
1
x11-wm/kwix/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A kwin decoration for KDE 2.
|
8
x11-wm/kwix/pkg-plist
Normal file
8
x11-wm/kwix/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/kde2/libkcm_kwix.so
|
||||
lib/kde2/libkcm_kwix.la
|
||||
lib/kde2/libkwinkwix.so
|
||||
lib/kde2/libkwinkwix.la
|
||||
share/apps/kwin/kwix.desktop
|
||||
share/applnk/Settings/LookNFeel/kcmkwix.desktop
|
||||
share/icons/hicolor/16x16/apps/kcmkwix.png
|
||||
share/icons/hicolor/32x32/apps/kcmkwix.png
|
Loading…
Reference in New Issue
Block a user