859bc3a47c
Feature safe: yes
24 lines
600 B
Makefile
24 lines
600 B
Makefile
# New ports collection makefile for: qtcurve-kde3
|
|
# Date created: 23 May 2008
|
|
# Whom: Dmitry Klimov <lazyklimm@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qtcurve
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://home.freeuk.com/cpdrummond/ \
|
|
http://craigd.wikispaces.com/file/view/
|
|
PKGNAMEPREFIX= kde-style-
|
|
DISTNAME= QtCurve-KDE3-${PORTVERSION}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= QtCurve KDE3 widget style
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_QT_VER= 3
|
|
CMAKE_ARGS= -DQT_PLUGINS_DIR=${PREFIX}/lib/plugins
|
|
|
|
.include <bsd.port.mk>
|