summaryrefslogtreecommitdiff
path: root/devel/geany-plugin-devhelp/Makefile
blob: a207317ce68e74b56fcfc2a4ba9fa0f277b71b4d (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
# $FreeBSD$

PORTNAME=	geany-plugin-devhelp
PORTVERSION=	${GEANY_VER}
CATEGORIES=	devel

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}

LIB_DEPENDS=	libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2

USE_GNOME=	gconf2

# Workaround for 9.x which doesn't have zlib.pc
LIBS=		-lz

post-patch:
	${REINPLACE_CMD} -e 's,zlib,,g' \
		${WRKSRC}/configure

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>