blob: be80e99fe0ad5c4f363e37ae640e5200ae87577e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:46 fredb Exp $
#
DISTNAME= enlightenment-conf-0.15
PKGNAME= econf-0.15
PKGREVISION= 1
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
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include "../../x11/controlcenter/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|