4bd337ab28
- 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
13 lines
296 B
Makefile
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>
|