Add kde-windeco-knifty 0.4.2, lightweight KDE window decoration.
PR: 80601 Submitted by: Shane <decept0@gmail.com>
This commit is contained in:
parent
14d612abc4
commit
34c85c8fba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137356
@ -105,6 +105,7 @@
|
||||
SUBDIR += kde-icons-steel
|
||||
SUBDIR += kde-icons-umicons
|
||||
SUBDIR += kde-icons-wasp
|
||||
SUBDIR += kde-windeco-knifty
|
||||
SUBDIR += kde-windeco-neos
|
||||
SUBDIR += kde-windeco-smoothblend
|
||||
SUBDIR += kdeartwork3
|
||||
|
30
x11-themes/kde-windeco-knifty/Makefile
Normal file
30
x11-themes/kde-windeco-knifty/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: knifty
|
||||
# Date created: February 22th, 2005
|
||||
# Whom: decept
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= knifty
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= http://kde-look.org/content/files/
|
||||
DISTNAME= 8841-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= decept0@gmail.com
|
||||
COMMENT= Lightweight KDE window decoration
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDEBASE_VER=3
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lkdeui|-lkdeui ${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's|-lkdecore|-lkdecore ${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/client/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-themes/kde-windeco-knifty/distinfo
Normal file
2
x11-themes/kde-windeco-knifty/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (8841-knifty-0.4.2.tar.bz2) = 3cec48f3405b9605cae0275cd0077edc
|
||||
SIZE (8841-knifty-0.4.2.tar.bz2) = 390237
|
3
x11-themes/kde-windeco-knifty/pkg-descr
Normal file
3
x11-themes/kde-windeco-knifty/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A lightweight KDE Window decoration
|
||||
|
||||
WWW: http://kde-look.org/content/show.php?content=8841
|
5
x11-themes/kde-windeco-knifty/pkg-plist
Normal file
5
x11-themes/kde-windeco-knifty/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/kde3/kwin3_knifty.la
|
||||
lib/kde3/kwin3_knifty.so
|
||||
lib/kde3/kwin_knifty_config.la
|
||||
lib/kde3/kwin_knifty_config.so
|
||||
share/apps/kwin/knifty.desktop
|
Loading…
Reference in New Issue
Block a user