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