blob: 399ea96751646789af48e371b9ddc2ca2a454424 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:49 jlam 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/
COMMENT= configuration tool for easily setting up Enlightenment
DEPENDS+= control-center-[0-9]*:../../x11/controlcenter
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_X11= yes
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
|