blob: e03d82d5de82b45dab29b7ed7a8070fe6224b899 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: polyester
# Date created: Sat May 20 00:41:23 CEST 2006
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= polyester
PORTVERSION= 0.9
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.notmart.org/files/
PKGNAMEPREFIX= kde-style-
MAINTAINER= markus@FreeBSD.org
COMMENT= KDE style and window decoration
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
|