freebsd-ports/devel/geany-plugin-geanypy/Makefile
Guido Falsi 734de70031 - Add USES=shebangfix where required in geany and geany-plugin-*
ports. This fixes build issues reported by users [1]
- Only bump PORTREVISION for geany-plugin-geanypy since the file
  modified in it by shebangfix is actually installed with the pkg

PR:		237862 [1]
Submitted by:	Christopher <inbox@alleghenycomputer.com>
MFH:		2019Q2
2019-05-13 09:04:20 +00:00

24 lines
482 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-geanypy
PORTVERSION= ${GEANY_VER}
PORTREVISION= 1
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 shebangfix
USE_GNOME= pygtk2
SHEBANG_FILES= geanypy/geany/console.py
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>