a12040e7ef
PR: 139856 Submitted by: myself Approved by: maintainer timeout (2 weeks) Approved by: miwi (mentor) Feature safe: yes
23 lines
557 B
Makefile
23 lines
557 B
Makefile
# New ports collection makefile for: qtcurve-kde3
|
|
# Date created: 23 May 2008
|
|
# Whom: Dmitry Klimov <lazyklimm@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qtcurve
|
|
PORTVERSION= 0.69.1
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://home.freeuk.com/cpdrummond/ \
|
|
http://craigd.wikispaces.com/file/view/
|
|
PKGNAMEPREFIX= kde-style-
|
|
DISTNAME= QtCurve-KDE3-${PORTVERSION}
|
|
|
|
MAINTAINER= lazyklimm@gmail.com
|
|
COMMENT= QtCurve KDE3 widget style
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_KDEBASE_VER=3
|
|
|
|
.include <bsd.port.mk>
|