blob: b116c4ea97b1859f5d8a08237a3b662b7d3ddbe9 (
plain) (
blame)
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
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
PORTNAME= gnome-devel-docs
PORTVERSION= 40.3
CATEGORIES= misc gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Documents targeted for GNOME developers
BUILD_DEPENDS= itstool:textproc/itstool
LICENSE= GFDL CC-BY-SA-4.0 CC-BY-SA-3.0
LICENSE_COMB= multi
PORTSCOUT= limitw:1,even
USES= gettext-tools gmake gnome pkgconfig shebangfix tar:xz
SHEBANG_LANG= gjs
gjs_OLD_CMD= /usr/bin/gjs
gjs_CMD= ${LOCALBASE}/bin/gjs
SHEBANG_FILES= platform-demos/C/guitar-tuner/guitar-tuner.js \
platform-demos/C/guitar-tuner/guitar-tuner.py \
platform-demos/C/image-viewer/image-viewer.py \
platform-demos/C/samples/hello-in-js/hello-world \
platform-demos/C/samples/*.js
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>
|