blob: 1dac59d0a6a9349d5d232177a49931d7c9bf0d5d (
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
26
27
|
# New ports collection makefile for: gnome-devel-docs
# Date created: 2007-09-18
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/misc/gnome-devel-docs3/Makefile,v 1.6 2011/05/28 11:09:06 kwm Exp $
#
PORTNAME= gnome-devel-docs
PORTVERSION= 3.0.3
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]*
LATEST_LINK= gnome-devel-docs3
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehier gnomedocutils
INSTALLS_OMF= yes
.include <bsd.port.mk>
|