1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/geany-plugin-lipsum/Makefile
Max Brazhnikov f50a024b54 devel/geany:
- Update to 1.24.1
- Fix build without NLS option [1]
- Convert to options helpers

devel/geany-plugin*:
- Update to 1.24, add new plugins:
   geany-plugin-autoclose
   geany-plugin-defineformat
   geany-plugin-geanypy
   geany-plugin-pairtaghighlighter
   geany-plugin-pohelper
- Fix build without NLS option

Reported by:	Kamil Szczesny <mailto.kamils@gmail.com> [1]
2015-03-08 18:43:08 +00:00

12 lines
249 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-lipsum
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>