aboutsummaryrefslogtreecommitdiffstats
path: root/devel/geany-plugin-geanypy/Makefile
blob: 1f8a1018ed33eee251efab8a519a28f134191148 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   geany-plugin-geanypy
PORTVERSION=    ${GEANY_VER}
PKGNAMESUFFIX=  -gtk2
CATEGORIES= devel

MAINTAINER= madpilot@FreeBSD.org
COMMENT=    Geany plugin: ${${GEANY_PLUGIN}_DESC}

LIB_DEPENDS=    libgeany.so:devel/geany@gtk2

FLAVORS=    # intentionally left empty

USES=       python:2.7
USE_GNOME=  pygtk2

OPTIONS_DEFINE= DOCS

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>