aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/qnxstyle/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-28 20:22:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-28 20:22:36 +0000
commita2356ca7d9453cfcc6d4a8dd775d580c6d50f4bd (patch)
treee55cd65fcb210a75afdfd7adc41488ef8a74765d /x11-themes/qnxstyle/Makefile
parent39686386f75cb8ff949b47e1ef4d1fb8bdf879be (diff)
Notes
Diffstat (limited to 'x11-themes/qnxstyle/Makefile')
-rw-r--r--x11-themes/qnxstyle/Makefile21
1 files changed, 13 insertions, 8 deletions
diff --git a/x11-themes/qnxstyle/Makefile b/x11-themes/qnxstyle/Makefile
index 564eb6ec5a40..ab0f1e58e7dc 100644
--- a/x11-themes/qnxstyle/Makefile
+++ b/x11-themes/qnxstyle/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qnxstyle
-PORTVERSION= 0.1
-PORTREVISION= 2
+PORTVERSION= 0.2
CATEGORIES= x11-wm kde
MASTER_SITES= http://www.kde-look.org/content/files/
DISTNAME= ${KDELOOKITEM}-${PORTNAME}-${PORTVERSION}
@@ -17,11 +16,17 @@ COMMENT= A QNX style/theme for KDE3
KDELOOKITEM= 1444
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
USE_KDELIBS_VER= 3
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+PLIST_FILES= lib/kde3/plugins/styles/qnx.so \
+ lib/kde3/plugins/styles/qnx.la \
+ share/apps/kstyle/themes/qnx.themerc
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>