freebsd-ports/devel/geany-plugin-gendoc/Makefile
Dmitry Marakasov 65d20699b6 - Convert textproc/ctpl to USES=libtool, drop .la files
- Bump dependent port (devel/geany-plugin-gendoc) as .so version has changed

Approved by:	portmgr blanket
2014-06-20 10:45:05 +00:00

15 lines
388 B
Makefile

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