freebsd-ports/devel/geany-plugin-devhelp/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

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>