74b2bb14df
from brad ok laurent@ (MAINTAINER)
30 lines
785 B
Makefile
30 lines
785 B
Makefile
# $OpenBSD: Makefile.inc,v 1.12 2011/03/15 19:42:04 jasper Exp $
|
|
|
|
CATEGORIES ?= x11
|
|
|
|
HOMEPAGE ?= http://www.enlightenment.org/
|
|
|
|
MASTER_SITES ?= http://download.enlightenment.org/releases/ \
|
|
http://download.enlightenment.org/snapshots/LATEST/ \
|
|
http://download.enlightenment.org/snapshots/2010-11-12/ \
|
|
http://download.enlightenment.org/snapshots/2009-06-14/ \
|
|
http://distfiles.nl/ \
|
|
ftp://ftp.vantronix.com/pub/mirrors/dlg/ \
|
|
http://www.itee.uq.edu.au/~dlg/openbsd/
|
|
|
|
DIST_SUBDIR ?= e17
|
|
|
|
CONFIGURE_STYLE ?= gnu
|
|
CONFIGURE_ARGS += --disable-silent-rules
|
|
|
|
MAINTAINER ?= Laurent FANIS <laurent@openbsd.org>
|
|
|
|
NO_REGRESS ?= Yes
|
|
|
|
#FLAVORS = debug
|
|
#FLAVOR ?=
|
|
#.if ${FLAVOR:L:Mdebug}
|
|
#CFLAGS += -O0 -g
|
|
#INSTALL_STRIP =
|
|
#.endif
|