2005-06-12 23:00:42 +02:00
|
|
|
# New ports collection makefile for: crystal
|
2005-11-11 17:21:04 +01:00
|
|
|
# Date created: 15th March, 2005
|
|
|
|
# Whom: decept
|
2005-06-12 23:00:42 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-04-24 16:00:18 +02:00
|
|
|
PORTNAME= crystal
|
2006-06-30 15:54:13 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2005-09-26 00:23:50 +02:00
|
|
|
CATEGORIES= x11-themes kde
|
2006-04-24 16:00:18 +02:00
|
|
|
MASTER_SITES= http://www.kde-look.org/content/files/
|
2006-06-30 14:47:20 +02:00
|
|
|
PKGNAMEPREFIX= kde-windeco-
|
2006-04-24 16:00:18 +02:00
|
|
|
DISTNAME= 13969-${PORTNAME}-${PORTVERSION}
|
2005-06-12 23:00:42 +02:00
|
|
|
|
|
|
|
MAINTAINER= decept0@gmail.com
|
|
|
|
COMMENT= Transparent KDE window decoration
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_KDEBASE_VER=3
|
2006-02-26 03:06:46 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-06-30 14:47:20 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2005-06-12 23:00:42 +02:00
|
|
|
|
2006-06-30 15:54:13 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2005-06-12 23:00:42 +02:00
|
|
|
.include <bsd.port.mk>
|