opnsense-ports/devel/geany-plugin-debugger/Makefile
Franco Fichtner c6e96193e7 */*: sync with upstream
Taken from: FreeBSD
2023-03-03 12:35:16 +01:00

15 lines
358 B
Makefile

PORTNAME= geany-plugin-debugger
PORTVERSION= ${GEANY_VER}
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
WWW= https://plugins.geany.org/debugger.html
USES= gnome xorg
USE_XORG= x11 xext
USE_GNOME= vte3
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>