blob: ffebb2b3720795dd7e29cd3e63265e596f0ac82b (
plain)
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
28
29
30
|
# $NetBSD: Makefile,v 1.7 2004/09/21 17:26:35 jmmv Exp $
DISTNAME= gnome-devel-2.8.0
CATEGORIES= meta-pkgs devel gnome
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Meta-package for development utilities used in the GNOME desktop
DEPENDS+= autoconf>=2.59:../../devel/autoconf
DEPENDS+= autoconf213>=2.13:../../devel/autoconf213
DEPENDS+= automake>=1.8.2:../../devel/automake
DEPENDS+= automake14>=1.4.6:../../devel/automake14
DEPENDS+= gettext-m4>=0.11.5:../../devel/gettext-m4
DEPENDS+= gnome-common>=2.4.0:../../devel/gnome-common
DEPENDS+= gtk-doc>=1.2:../../textproc/gtk-doc
DEPENDS+= libtool>=1.5.2:../../devel/libtool
DEPENDS+= pkgconfig>=0.15:../../devel/pkgconfig
EXTRACT_ONLY= # empty
NO_BUILD= yes
NO_BUILDLINK= yes
NO_CHECKSUM= yes
NO_CONFIGURE= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|