mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
21c7730fc4
- Make gtk3 the default NOTE: some plugins are gtk2 only, please check UPDATING. PR: 226523 Submitted by: Greg V <greg@unrelenting.technology> Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D18018
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= geany-plugin-debugger
|
|
PORTVERSION= ${GEANY_VER}
|
|
PKGNAMESUFFIX= -gtk2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
|
|
|
|
LIB_DEPENDS= libgeany.so:devel/geany@gtk2
|
|
|
|
FLAVORS= # intentionally left empty
|
|
|
|
USES= gnome
|
|
USE_GNOME= vte
|
|
USE_XORG= x11 xext
|
|
|
|
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
|
|
.include <bsd.port.mk>
|