2004-08-01 20:47:11 +02:00
|
|
|
# New ports collection makefile for: Phase
|
|
|
|
# Date created: July 9th, 2004
|
|
|
|
# Whom: David Johnson <david@usermode.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= phase
|
2005-03-10 17:01:46 +01:00
|
|
|
PORTVERSION= 0.7
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 7
|
2004-08-01 20:47:11 +02:00
|
|
|
CATEGORIES= x11-themes kde
|
|
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
|
|
|
|
MAINTAINER= david@usermode.org
|
|
|
|
COMMENT= An original Qt/KDE widget style
|
|
|
|
|
2005-03-20 19:17:55 +01:00
|
|
|
CONFLICTS= kdeartwork-3.4.*
|
|
|
|
|
2004-08-01 20:47:11 +02:00
|
|
|
USE_KDEBASE_VER=3
|
2005-03-10 17:01:46 +01:00
|
|
|
USE_BZIP2= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-08-01 20:47:11 +02:00
|
|
|
USE_GMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-03-10 17:01:46 +01:00
|
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
|
2004-08-01 20:47:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|