freebsd-ports/devel/geany-plugin-debugger/Makefile
Max Brazhnikov 9b3aca2661 - Remove NO_STAGE
- Add missing dependency on vte
2013-10-23 10:52:34 +00:00

13 lines
267 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-debugger
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= makc@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
USE_GNOME= vte
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>