freebsd-ports/devel/geany-plugin-debugger/Makefile
Guido Falsi 4bd337ab28 devel/geany*: Update to 1.38
- Removed flavoring, upstream dropped gtk2 support, so the ports
  are now gtk3 only
- Removed geany-plugin-multiterm that is gtk2 only and cannot work
  with gtk3 only geany
- Use https scheme for main master site
2021-10-10 18:24:18 +02:00

13 lines
296 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
USE_GNOME= vte3
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>