1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/x11-themes/kde-style-polyester/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

30 lines
675 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= 1.0.5
PORTREVISION= 1
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.notmart.org/files/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= markus
PKGNAMEPREFIX= kde-style-
MAINTAINER= 5u623l20@gmail.com
COMMENT= KDE style and window decoration
USE_BZIP2= yes
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USES= gettext
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>