freebsd-ports/devel/geany-plugin-pg/Makefile
Max Brazhnikov 644aa2a709 - Update Geany and plugins to 1.23
- Add ports for new plugins (commander, scope) and localization forgotten
  after splitting (geany-plugins-l10n). geanyGDB plugin has been removed
  upstream. markdown plugin excluded from ports as it requires currently
  missing port for libmarkdown.
- Patch configure script and remove build dependence on shells/bash
2013-03-21 14:43:24 +00:00

14 lines
340 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-pg
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>