mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
dd91e9d9f2
Approved by: makc
15 lines
283 B
Makefile
15 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-debugger
|
|
PORTVERSION= ${GEANY_VER}
|
|
PORTREVISION= 1
|
|
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>
|