blob: ff0e27c53f5d8377e1a393524f5ea8e89c025473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 13:50:42 wiz Exp $
#
DISTNAME= enlightenment-conf-0.15
PKGNAME= econf-0.15
CATEGORIES= x11 wm
MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.enlightenment.org/
DEPENDS+= control-center-*:../../x11/controlcenter
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_X11= yes
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
|