freebsd-ports/devel/geany-plugin-debugger/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
350 B
Makefile

PORTNAME= geany-plugin-debugger
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
USES= gnome xorg
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>