mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
57fa937baa
- Update geany plugins to 1.31 - Add missing dependencies reported by poudriere
16 lines
322 B
Makefile
16 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>
|