Tidying up

This commit is contained in:
laurent 2011-01-16 01:05:50 +00:00
parent 03de000c36
commit 1c2e65ecd2
2 changed files with 17 additions and 11 deletions

View File

@ -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 <bsd.port.subdir.mk>

View File

@ -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 <laurent@openbsd.org>
MAINTAINER ?= Laurent FANIS <laurent@openbsd.org>
CFLAGS += -g
NO_REGRESS ?= Yes
#FLAVORS = debug
#FLAVOR ?=
#.if ${FLAVOR:L:Mdebug}
CFLAGS += -O0 -g
INSTALL_STRIP =
#.endif