mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
26 lines
494 B
Makefile
26 lines
494 B
Makefile
# New ports collection makefile for: Phase
|
|
# Date created: July 9th, 2004
|
|
# Whom: David Johnson <david@usermode.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phase
|
|
PORTVERSION= 0.7
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
|
|
|
|
.include <bsd.port.mk>
|