blob: cd518acd9b9db3fefcdea6594eb3e9f67831bc0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>
|