Files
ports/devel/geany-plugin-utilslib/Makefile
T
Niclas Zeising 366790689c Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
2019-11-04 22:20:30 +00:00

21 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= geany-plugin-utilslib
PORTVERSION= ${GEANY_VER}
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.if ${FLAVOR} == gtk2
USES+= xorg
USE_GNOME+= vte
USE_XORG+= x11 xext
.endif
.include <bsd.port.mk>