summaryrefslogtreecommitdiffstats
path: root/misc/gnome-devel-docs/Makefile
blob: 159572b43bb0e2d270a13adbc332bab9b7e83de8 (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
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/misc/gnome-devel-docs3/Makefile 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   gnome-devel-docs
PORTVERSION=    3.6.2
CATEGORIES= misc gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Documents targeted for GNOME developers

USE_XZ= yes
GNU_CONFIGURE=  yes
USES=       gmake shebangfix
USE_GNOME=  gnomehier gnomedocutils
INSTALLS_OMF=   yes
SHEBANG_FILES=  platform-demos/C/*/*.js platform-demos/C/*/*.py \
        platform-demos/C/samples/helloWorld/helloWorld
SHEBANG_LANG+=  gjs
gjs_OLD_CMD=    /usr/bin/gjs
gjs_CMD=    ${LOCALBASE}/bin/gjs

.include <bsd.port.mk>