Annotation of pkgsrc/meta-pkgs/desktop-gnome/Makefile, Revision 1.4
1.4 ! zafer 1: # $NetBSD: Makefile,v 1.3 2009/08/05 13:57:03 tnn Exp $
1.1 ahoka 2: #
3:
1.3 tnn 4: DISTNAME= desktop-gnome-0.3
1.1 ahoka 5: CATEGORIES= meta-pkgs x11 gnome
6: MASTER_SITES= # empty
7:
8: MAINTAINER= netbsd-desktop@NetBSD.org
9: COMMENT= Software stack for the NetBSD Desktop Project
10: HOMEPAGE= http://wiki.netbsd.se/Desktop_Project/
11:
12: META_PACKAGE= yes
13:
14: # implements http://wiki.netbsd.se/Desktop_Phase_1
15: #
1.2 ahoka 16: DEPENDS+= pkgin-[0-9]*:../../pkgtools/pkgin
1.1 ahoka 17: DEPENDS+= cups-[0-9]*:../../print/cups
1.3 tnn 18: DEPENDS+= firefox-[0-9]*:../../www/firefox
1.1 ahoka 19: DEPENDS+= gnome-[0-9]*:../../meta-pkgs/gnome
20: DEPENDS+= gimp-[0-9]*:../../graphics/gimp
21: DEPENDS+= notification-daemon-[0-9]*:../../sysutils/notification-daemon
22: DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird
23: DEPENDS+= pidgin-[0-9]*:../../chat/pidgin
24: DEPENDS+= pidgin-libnotify-[0-9]*:../../chat/pidgin-libnotify
25: DEPENDS+= Transmission-[0-9]*:../../net/Transmission
1.4 ! zafer 26: DEPENDS+= filezilla-[0-9]*:../../net/filezilla
1.1 ahoka 27:
28: # useful fonts and themes
29: #
30: DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
31: DEPENDS+= liberation-ttf-[0-9]*:../../fonts/liberation-ttf
32:
33: # the space taken by some major shells shouldnt be a problem
34: #
35: DEPENDS+= bash-[0-9]*:../../shells/bash
36: DEPENDS+= tcsh-[0-9]*:../../shells/tcsh
37: DEPENDS+= zsh-[0-9]*:../../shells/zsh
38: DEPENDS+= mksh-[0-9]*:../../shells/mksh
39:
40: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>