freebsd-ports/deskutils/metabar/Makefile

28 lines
630 B
Makefile
Raw Normal View History

# New ports collection makefile for: metabar
# Date created: Fri Feb 25 15:44:58 CET 2005
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= metabar
2005-07-13 20:52:22 +02:00
PORTVERSION= 0.8
2012-06-01 07:26:28 +02:00
PORTREVISION= 10
CATEGORIES= deskutils kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
2011-07-05 04:51:42 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Sidebar plugin for Konqueror
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_KDEBASE_VER=3
USE_GMAKE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>