20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $OpenBSD: Makefile.inc,v 1.21 2013/05/09 17:03:55 rpe Exp $
|
|
|
|
CATEGORIES ?= x11
|
|
|
|
HOMEPAGE ?= http://www.enlightenment.org/
|
|
|
|
MASTER_SITES ?= http://download.enlightenment.org/releases/
|
|
|
|
DIST_SUBDIR ?= e17
|
|
|
|
CONFIGURE_STYLE ?= gnu
|
|
|
|
NO_TEST ?= Yes
|
|
|
|
SHARED_ONLY ?= Yes
|
|
LIBTOOL_FLAGS ?= --tag=disable-static
|
|
|
|
FULLARCH = ${MACHINE_ARCH:S/amd64/x86_64/}
|
|
SUBST_VARS += FULLARCH OSREV VERSION
|