Since GNOME changes their numbering, in some Makefile MASTER_SITES= GNOME is more complex. This patch simplify for users. Differential Revision: https://reviews.freebsd.org/D43183
30 lines
755 B
Makefile
30 lines
755 B
Makefile
PORTNAME= gnome-devel-docs
|
|
PORTVERSION= 40.3
|
|
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>
|