blob: e1c3cb3fce4845f40e3f99285734a04c10aab181 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
PORTREVISION= 1
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
GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
|