blob: 7c1dc768aeb8fa090f3c5f1e4a6496766c447a4b (
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
|
# New ports collection makefile for: Qinx
# Date created: 23 August 2002
# Whom: David Johnson <david@usermode.org>
#
# $FreeBSD$
#
PORTNAME= qinx
PORTVERSION= 1.4
PORTREVISION= 5
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.usermode.org/code/
MAINTAINER= david@usermode.org
COMMENT= A QNX Photon like window decoration and widget style for KDE
USE_KDEBASE_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
.include <bsd.port.mk>
|