blob: 584e9c58c39552568ea64fe28c973b5a7042a6ac (
plain)
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
|
# New ports collection makefile for: Phase
# Date created: July 9th, 2004
# Whom: David Johnson <david@usermode.org>
#
# $FreeBSD$
#
PORTNAME= phase
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.usermode.org/code/
MAINTAINER= david@usermode.org
COMMENT= An original Qt/KDE widget style
CONFLICTS= kdeartwork-3.4.*
USE_KDEBASE_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
.include <bsd.port.mk>
|