2012-10-06 20:20:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-03-21 15:43:24 +01:00
|
|
|
PORTNAME= geany-plugin-devhelp
|
2012-10-06 20:20:59 +02:00
|
|
|
PORTVERSION= ${GEANY_VER}
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 3
|
2012-10-06 20:20:59 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
|
2013-10-23 15:08:41 +02:00
|
|
|
LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
|
|
|
|
libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
|
2012-10-06 20:20:59 +02:00
|
|
|
|
|
|
|
USE_GNOME= gconf2
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
|
|
.include <bsd.port.mk>
|