2012-10-06 20:20:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-03-21 15:43:24 +01:00
|
|
|
PORTNAME= geany-plugin-multiterm
|
2012-10-06 20:20:59 +02:00
|
|
|
PORTVERSION= ${GEANY_VER}
|
|
|
|
CATEGORIES= devel
|
|
|
|
|
2016-06-09 17:24:55 +02:00
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
2012-10-06 20:20:59 +02:00
|
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
2012-10-06 20:20:59 +02:00
|
|
|
USE_GNOME= vte
|
2017-07-18 09:18:28 +02:00
|
|
|
USE_XORG= x11 xext
|
2012-10-06 20:20:59 +02:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
|
|
.include <bsd.port.mk>
|