4bc8c29c2a
- Update to 1.22 and split into geany-plugin-* ports - Convert to new options framework - Take maintainership PR: ports/165494 [1], ports/171856 Submitted by: Marco Trentini <marco at datasked.com> [1] Approved by: maintainer timeouts (2 weeks for ports/171856)
17 lines
381 B
Makefile
17 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin
|
|
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
|
|
|
|
GEANY_PLUGIN= pg
|
|
GEANY_PLUGIN_DIR= geanypg
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|