openbsd-ports/x11/e17/Makefile.inc

29 lines
662 B
PHP
Raw Normal View History

# $OpenBSD: Makefile.inc,v 1.16 2013/01/08 08:13:28 jasper Exp $
2010-01-11 09:58:35 -05:00
CATEGORIES ?= x11
2010-01-11 09:58:35 -05:00
HOMEPAGE ?= http://www.enlightenment.org/
MASTER_SITES ?= http://download.enlightenment.org/releases/ \
http://download.enlightenment.org/snapshots/LATEST/ \
2011-01-15 20:05:50 -05:00
http://download.enlightenment.org/snapshots/2010-11-12/ \
http://download.enlightenment.org/snapshots/2009-06-14/ \
http://distfiles.nl/ \
http://www.itee.uq.edu.au/~dlg/openbsd/
2010-01-11 09:58:35 -05:00
DIST_SUBDIR ?= e17
2010-01-11 09:58:35 -05:00
CONFIGURE_STYLE ?= gnu
2011-01-15 20:05:50 -05:00
NO_REGRESS ?= Yes
SHARED_ONLY ?= Yes
LIBTOOL_FLAGS ?= --tag=disable-static
2011-01-15 20:05:50 -05:00
#FLAVORS = debug
#FLAVOR ?=
#.if ${FLAVOR:L:Mdebug}
#CFLAGS += -O0 -g
#INSTALL_STRIP =
2011-01-15 20:05:50 -05:00
#.endif