mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
644aa2a709
- 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
12 lines
260 B
Makefile
12 lines
260 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-numberedbookmarks
|
|
PORTVERSION= ${GEANY_VER}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|