blob: fb2adf4b645a1c01f42bfd45a55befa430230659 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
PORTNAME= graphene
DISTVERSION= 1.10.4
CATEGORIES= graphics devel
MASTER_SITES= https://github.com/ebassi/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Optimizations for speeding up vector operations
LICENSE= MIT
USES= compiler:c11 gnome meson pkgconfig python:3.6+ shebangfix tar:xz
USE_GNOME= glib20 pygobject3
USE_LDCONFIG= yes
OPTIONS_SUB= yes
OPTIONS_DEFINE= DOCS #INTROSPECTION
#OPTIONS_DEFAULT=INTROSPECTION
SHEBANG_FILES= src/identfilter.py
USE_GNOME+= introspection:build
#INTROSPECTION_DESC= Build Gobject Introspection
#INTROSPECTION_USE= gnome=introspection:build
#INTROSPECTION_MESON_OFF= -Denable-introspection=false
DOCS_MESON_TRUE= gtk_doc
DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
BINARY_ALIAS= python3=${PYTHON_CMD}
# We don't want install tests
post-install:
@${RM} -rf ${STAGEDIR}${PREFIX}/libexec/installed-tests
@${RM} -rf ${STAGEDIR}${PREFIX}/share/installed-tests
.include <bsd.port.mk>
|