blob: ab0f1e58e7dcb5e52c8a8c476991c5d70560d86e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: qnxstyle
# Date created: Sun May 12 00:55:29 CEST 2002
# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
#
# $FreeBSD$
#
PORTNAME= qnxstyle
PORTVERSION= 0.2
CATEGORIES= x11-wm kde
MASTER_SITES= http://www.kde-look.org/content/files/
DISTNAME= ${KDELOOKITEM}-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A QNX style/theme for KDE3
KDELOOKITEM= 1444
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_KDELIBS_VER= 3
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.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>
|