4ca497b9a0
Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
PORTNAME= pluma-plugins
|
|
DISTVERSION= 1.28.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= editors mate
|
|
MASTER_SITES= https://github.com/mate-desktop/${PORTNAME}/releases/download/v${DISTVERSION}/
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Plugins for Pluma
|
|
WWW= https://mate-desktop.org/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= pluma>=0:editors/pluma \
|
|
itstool:textproc/itstool \
|
|
${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR}
|
|
LIB_DEPENDS= libpeas-1.0.so:devel/libpeas1 \
|
|
libgit2-glib-1.0.so:devel/libgit2-glib \
|
|
libgucharmap_2_90.so:deskutils/gucharmap
|
|
RUN_DEPENDS= pluma>=0:editors/pluma \
|
|
${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR}
|
|
|
|
USES= compiler:c11 gettext gnome libtool:keepla localbase gmake \
|
|
pkgconfig python shebangfix tar:xz
|
|
USE_GNOME= cairo gdkpixbuf gtk30 gtksourceview4 intlhack introspection \
|
|
intltool vte3
|
|
USE_CSTD= c11
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PORTSCOUT= site:https://github.com/mate-desktop/pluma-plugins/releases/ limitw:1,even
|
|
|
|
GLIB_SCHEMAS= org.mate.pluma.plugins.sourcecodebrowser.gschema.xml \
|
|
org.mate.pluma.plugins.terminal.gschema.xml \
|
|
org.mate.pluma.plugins.wordcompletion.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|