2005-07-05 11:37:54 +02:00
|
|
|
# New ports collection makefile for: klipoquery
|
|
|
|
# Date created: Wed Jun 29 12:30:12 CEST 2005
|
|
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= klipoquery
|
|
|
|
PORTVERSION= 0.2.4
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
2005-07-05 11:37:54 +02:00
|
|
|
CATEGORIES= deskutils kde
|
|
|
|
MASTER_SITES= http://www.michael-vonrueden.de/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
|
|
COMMENT= Panel applet for web searches using clipboard entries
|
|
|
|
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-07-05 11:37:54 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|