openbsd-ports/x11/e17/Makefile.inc
sthen d1e6ef1faf Mark e17 as SHARED_ONLY and merge down PFRAG.shared files into PLISTs. From stsp@.
Also, use LIBTOOL_FLAGS to remove static libraries suggested by and OK ajacoutot@.
2012-12-28 12:26:38 +00:00

31 lines
713 B
Makefile

# $OpenBSD: Makefile.inc,v 1.15 2012/12/28 12:26:38 sthen Exp $
CATEGORIES ?= x11
HOMEPAGE ?= http://www.enlightenment.org/
MASTER_SITES ?= http://download.enlightenment.org/releases/ \
http://download.enlightenment.org/snapshots/LATEST/ \
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/
DIST_SUBDIR ?= e17
CONFIGURE_STYLE ?= gnu
MAINTAINER ?= Laurent FANIS <laurent@openbsd.org>
NO_REGRESS ?= Yes
SHARED_ONLY ?= Yes
LIBTOOL_FLAGS ?= --tag=disable-static
#FLAVORS = debug
#FLAVOR ?=
#.if ${FLAVOR:L:Mdebug}
#CFLAGS += -O0 -g
#INSTALL_STRIP =
#.endif