freebsd-ports/sysutils/kshutdown-kde4/Makefile
Markus Brueffer e7abdb9974 Update to version 1.0.4
PR:		ports/130929
Submitted by:	Shane Bell <decept0@gmail.com>
2009-03-01 17:59:58 +00:00

23 lines
490 B
Makefile

# New ports collection makefile for: kshutdown
# Date created: Mon Jan 9 18:06:42 CET 2006
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kshutdown
PORTVERSION= 1.0.4
CATEGORIES= sysutils kde
MASTER_SITES= SF
MAINTAINER= markus@FreeBSD.org
COMMENT= Advanced shutdown utility for KDE
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>