57fa937baa
- Update geany plugins to 1.31 - Add missing dependencies reported by poudriere
15 lines
322 B
Makefile
15 lines
322 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-multiterm
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
USE_GNOME= vte
|
|
USE_XORG= x11 xext
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|