blob: 29fa268ead5c9c14d2813d43524376cc96414b97 (
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
|
# $NetBSD: Makefile,v 1.2 1999/04/05 08:52:18 rh Exp $
#
DISTNAME= edesktop-1.0
CATEGORIES= meta-pkgs x11
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= root@garbled.net
DEPENDS+= enlightenment-0.15.4:../../x11/enlightenment
DEPENDS+= eterm-0.8:../../x11/eterm
DEPENDS+= rxvt-2.20:../../x11/rxvt
DEPENDS+= mutt-0.95.4:../../mail/mutt
DEPENDS+= econf-0.15:../../x11/econf
DEPENDS+= xv-3.10a:../../graphics/xv
DEPENDS+= ee-0.3.8:../../graphics/ee
DEPENDS+= gimp-1.0.3:../../graphics/gimp
DEPENDS+= xpaint-2.5.6:../../graphics/xpaint
DEPENDS+= xfig-3.2.2:../../graphics/xfig
DEPENDS+= emacs-20.3:../../editors/emacs
DEPENDS+= jed-0.98-7:../../editors/jed
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|