opnsense-ports/misc/gnome-devel-docs/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

29 lines
810 B
Makefile

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>