blob: c572e1ce423ff0aca93819213652565bab7fdd3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
PORTNAME= geany-plugin-updatechecker
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup
NO_STAGE= yes
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>
|