Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-geanypy
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
USES= python:2.7
|
|
USE_GNOME= pygtk2
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|