openbsd-ports/x11/e17/Makefile.inc

27 lines
487 B
PHP
Raw Normal View History

# $OpenBSD: Makefile.inc,v 1.20 2013/03/31 18:48:00 rpe 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/
2010-01-11 09:58:35 -05:00
DIST_SUBDIR ?= e17
2010-01-11 09:58:35 -05:00
CONFIGURE_STYLE ?= gnu
2013-03-11 07:35:43 -04:00
NO_TEST ?= Yes
2011-01-15 20:05:50 -05:00
SHARED_ONLY ?= Yes
LIBTOOL_FLAGS ?= --tag=disable-static
FULLARCH = ${MACHINE_ARCH:S/amd64/x86_64/}
SUBST_VARS += FULLARCH OSREV VERSION
2011-01-15 20:05:50 -05:00
#FLAVORS = debug
#FLAVOR ?=
#.if ${FLAVOR:Mdebug}
#CFLAGS += -O0 -g
#INSTALL_STRIP =
2011-01-15 20:05:50 -05:00
#.endif