f50a024b54
- Update to 1.24.1 - Fix build without NLS option [1] - Convert to options helpers devel/geany-plugin*: - Update to 1.24, add new plugins: geany-plugin-autoclose geany-plugin-defineformat geany-plugin-geanypy geany-plugin-pairtaghighlighter geany-plugin-pohelper - Fix build without NLS option Reported by: Kamil Szczesny <mailto.kamils@gmail.com> [1]
16 lines
381 B
Makefile
16 lines
381 B
Makefile
# $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
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|