mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
- Remove patches now included upstream - Slighlt rework comon Makefile dependencies, to reduce dependencies for geany-plugins-l10n
13 lines
388 B
Makefile
13 lines
388 B
Makefile
PORTNAME= geany-plugin-gendoc
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
WWW= https://plugins.geany.org/geanygendoc.html
|
|
|
|
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>
|