blob: ed1f55297e165fa74e983cccc61c64714d5fee82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PORTNAME= geany-plugin-updatechecker
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>
|