mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
df1bd61c62
While here, use %%DOCS%% instead of %%PORTDOCS%%
38 lines
968 B
Makefile
38 lines
968 B
Makefile
PORTNAME= xapp
|
|
PORTVERSION= 2.8.2
|
|
CATEGORIES= x11 gnome
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Cross-desktop libraries and common resources
|
|
WWW= https://github.com/linuxmint/xapp
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER
|
|
|
|
LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= gettext-tools gnome meson pkgconfig python shebangfix vala:build xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linuxmint
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 gtk-update-icon-cache gtk30 \
|
|
intltool introspection:build libgnomekbd pygobject3
|
|
USE_LDCONFIG= yes
|
|
USE_XORG= x11
|
|
GLIB_SCHEMAS= org.x.apps.gschema.xml
|
|
SHEBANG_FILES= data libxapp meson-scripts schemas scripts status-applets \
|
|
test-scripts
|
|
|
|
PLIST_SUB+= LIBVERSION=${PORTVERSION}
|
|
|
|
PORTSCOUT= limit:^[0-9.]+$$ # ignore master.mint* tags
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
OPTIONS_SUB= yes
|
|
|
|
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
|
|
DOCS_MESON_ON= -Ddocs=true
|
|
|
|
.include <bsd.port.mk>
|