freebsd-ports/devel/geany-plugin-debugger/Makefile
Guido Falsi 3085bb99fc Update geany and geany-plugins to 1.36.
The geany-plugin-debugger port now supports gtk3 and has a gtk3 flavor.
2019-09-30 11:40:07 +00:00

21 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-debugger
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
USES= gnome
USE_XORG= x11 xext
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.if ${FLAVOR} == gtk3
USE_GNOME+= vte3
.else
USE_GNOME+= vte
.endif
.include <bsd.port.mk>