12 lines
252 B
Makefile
12 lines
252 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= geany-plugin-commander
|
||
|
PORTVERSION= ${GEANY_VER}
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= makc@FreeBSD.org
|
||
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
||
|
|
||
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
||
|
.include <bsd.port.mk>
|