blob: 82a46b212cd77a4b96d102e98a506b721f30f09d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: kwin_flatcurve
# Date created: 30 January 2003
# Whom: R. Joseph Wright <rjoseph@arbornet.org>
#
# $FreeBSD$
PORTNAME= kwin_flatcurve
PORTVERSION= 0.2
CATEGORIES= x11-wm
MASTER_SITES= http://kde-look.org/content/files/
DISTNAME= 4365-flatcurve-${PORTVERSION}
MAINTAINER= ports@freebsd.org
COMMENT= Bluecurve style window decoration for KDEs WM
USE_KDEBASE_VER= 3
WRKSRC= ${WRKDIR}/flatcurve-${PORTVERSION}
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|