forked from Lainports/freebsd-ports
- Make gtk3 the default NOTE: some plugins are gtk2 only, please check UPDATING. PR: 226523 Submitted by: Greg V <greg@unrelenting.technology> Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D18018
21 lines
485 B
Makefile
21 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-devhelp
|
|
PORTVERSION= ${GEANY_VER}
|
|
PKGNAMESUFFIX= -gtk2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck \
|
|
libwebkitgtk-1.0.so:www/webkit-gtk2 \
|
|
libsoup-2.4.so:devel/libsoup \
|
|
libgeany.so:devel/geany@gtk2
|
|
|
|
FLAVORS= # intentionally left empty
|
|
|
|
USE_GNOME= gconf2
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|