diff --git a/x11/e17/Makefile b/x11/e17/Makefile index 06d7b4eef14..627b80ff237 100644 --- a/x11/e17/Makefile +++ b/x11/e17/Makefile @@ -1,19 +1,16 @@ -# $OpenBSD: Makefile,v 1.5 2010/02/01 17:00:14 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2011/01/16 01:05:50 laurent Exp $ # edb, epeg and etk are disabled as they need an update. SUBDIR = SUBDIR += e SUBDIR += ecore -# SUBDIR += edb SUBDIR += e_dbus SUBDIR += edje SUBDIR += eet SUBDIR += efreet SUBDIR += eina SUBDIR += embryo -# SUBDIR += epeg -# SUBDIR += etk SUBDIR += evas .include diff --git a/x11/e17/Makefile.inc b/x11/e17/Makefile.inc index be51b4be1c6..3eb90bbea03 100644 --- a/x11/e17/Makefile.inc +++ b/x11/e17/Makefile.inc @@ -1,19 +1,28 @@ -# $OpenBSD: Makefile.inc,v 1.7 2010/09/12 16:49:10 jasper Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2010/09/12 16:49:10 jasper Exp CATEGORIES ?= x11 HOMEPAGE ?= http://www.enlightenment.org/ -MASTER_SITES ?= http://download.enlightenment.org/snapshots/2009-06-14/ \ - http://distfiles.nl/ \ +MASTER_SITES ?= http://download.enlightenment.org/snapshots/LATEST/ \ http://download.enlightenment.org/releases/ \ - ftp://ftp.vantronix.com/pub/mirrors/dlg/ \ - http://www.itee.uq.edu.au/~dlg/openbsd/ + 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 -MAINTAINER?= Laurent FANIS +MAINTAINER ?= Laurent FANIS -CFLAGS += -g +NO_REGRESS ?= Yes + +#FLAVORS = debug +#FLAVOR ?= +#.if ${FLAVOR:L:Mdebug} +CFLAGS += -O0 -g +INSTALL_STRIP = +#.endif