31 lines
934 B
Makefile
31 lines
934 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/10/28 19:20:50 jmmv Exp $
|
|
|
|
DISTNAME= gnome-devel-2.8.1
|
|
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.9.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+= intltool>=0.31.3:../../textproc/intltool
|
|
DEPENDS+= libtool>=1.5.10:../../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"
|