blob: 22d7bbc58f65d103da09641dcd23195f939c06b7 (
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
|
# 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
CONFLICTS= gnome-devel-docs-2.[0-9]*
NO_STAGE= yes
LATEST_LINK= gnome-devel-docs3
USE_XZ= yes
GNU_CONFIGURE= yes
USES= gmake
USE_GNOME= gnomehier gnomedocutils
INSTALLS_OMF= yes
.include <bsd.port.mk>
|