freebsd-ports/misc/gnome-devel-docs/Makefile
Tobias C. Berner bf76f47eb7 misc/gnome-devel-docs: Update to 3.38.2
PR:		251370
Submitted by:	Neel Chauhan <neel@neelc.org>
2020-12-04 19:19:59 +00:00

32 lines
819 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-devel-docs
PORTVERSION= 3.38.2
CATEGORIES= misc gnome
MASTER_SITES= GNOME
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>