mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f8188b61b7
- Add additional mastersite as the author tends to delete old ones as soon as he releases a new version Notified by: linimon
27 lines
632 B
Makefile
27 lines
632 B
Makefile
# 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.3
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= http://www.notmart.org/files/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= markus
|
|
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>
|