14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-gendoc
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
LIB_DEPENDS= libctpl.so:textproc/ctpl
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/rst2html:textproc/py-docutils
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|