mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
12 lines
339 B
Makefile
12 lines
339 B
Makefile
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>
|