Tidying up
This commit is contained in:
parent
03de000c36
commit
1c2e65ecd2
@ -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.
|
# edb, epeg and etk are disabled as they need an update.
|
||||||
|
|
||||||
SUBDIR =
|
SUBDIR =
|
||||||
SUBDIR += e
|
SUBDIR += e
|
||||||
SUBDIR += ecore
|
SUBDIR += ecore
|
||||||
# SUBDIR += edb
|
|
||||||
SUBDIR += e_dbus
|
SUBDIR += e_dbus
|
||||||
SUBDIR += edje
|
SUBDIR += edje
|
||||||
SUBDIR += eet
|
SUBDIR += eet
|
||||||
SUBDIR += efreet
|
SUBDIR += efreet
|
||||||
SUBDIR += eina
|
SUBDIR += eina
|
||||||
SUBDIR += embryo
|
SUBDIR += embryo
|
||||||
# SUBDIR += epeg
|
|
||||||
# SUBDIR += etk
|
|
||||||
SUBDIR += evas
|
SUBDIR += evas
|
||||||
|
|
||||||
.include <bsd.port.subdir.mk>
|
.include <bsd.port.subdir.mk>
|
||||||
|
@ -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
|
CATEGORIES ?= x11
|
||||||
|
|
||||||
HOMEPAGE ?= http://www.enlightenment.org/
|
HOMEPAGE ?= http://www.enlightenment.org/
|
||||||
|
|
||||||
MASTER_SITES ?= http://download.enlightenment.org/snapshots/2009-06-14/ \
|
MASTER_SITES ?= http://download.enlightenment.org/snapshots/LATEST/ \
|
||||||
http://distfiles.nl/ \
|
|
||||||
http://download.enlightenment.org/releases/ \
|
http://download.enlightenment.org/releases/ \
|
||||||
ftp://ftp.vantronix.com/pub/mirrors/dlg/ \
|
http://download.enlightenment.org/snapshots/2010-11-12/ \
|
||||||
http://www.itee.uq.edu.au/~dlg/openbsd/
|
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
|
DIST_SUBDIR ?= e17
|
||||||
|
|
||||||
CONFIGURE_STYLE ?= gnu
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user