mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9c2f65e395
Review by: bapt, David Naylor (kde team)
28 lines
691 B
Makefile
28 lines
691 B
Makefile
# New ports collection makefile for: crystal
|
|
# Date created: 15th March, 2005
|
|
# Whom: decept
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= crystal
|
|
PORTVERSION= 2.1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
|
|
PKGNAMEPREFIX= kde-windeco-
|
|
DISTNAME= 75140-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Transparent KDE window decoration
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|