1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/misc/gnome-devel-docs/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

30 lines
758 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-devel-docs
PORTVERSION= 3.28.0
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Documents targeted for GNOME developers
BUILD_DEPENDS= itstool:textproc/itstool
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>