freebsd-ports/devel/geany-plugins-l10n/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

13 lines
266 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugins-l10n
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Localization messages for Geany plugins
USES= pathfix
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>