blob: ee2d1daf6b27c8d2611f0e4225dadc9355ab9a1c (
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
31
32
33
34
35
|
# $NetBSD: Makefile,v 1.19 2003/03/28 21:14:23 wiz Exp $
#
DISTNAME= edesktop-1.0
PKGREVISION= 1
CATEGORIES= meta-pkgs x11
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= root@garbled.net
COMMENT= provides a nearly complete E desktop
DEPENDS+= enlightenment>=0.16.2:../../wm/enlightenment
DEPENDS+= eterm-[0-9]*:../../x11/eterm
DEPENDS+= ethemes-[0-9]*:../../wm/ethemes
DEPENDS+= rxvt-[0-9]*:../../x11/rxvt
DEPENDS+= mutt-[0-9]*:../../mail/mutt
DEPENDS+= econf-[0-9]*:../../wm/econf
DEPENDS+= xv-[0-9]*:../../graphics/xv
DEPENDS+= ee-[0-9]*:../../graphics/ee
DEPENDS+= gimp-[0-9]*:../../graphics/gimp
DEPENDS+= xpaint-[0-9]*:../../graphics/xpaint
DEPENDS+= xfig-[0-9]*:../../graphics/xfig
DEPENDS+= emacs-[0-9]*:../../editors/emacs
DEPENDS+= jed-[0-9]*:../../editors/jed
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|