dleyna-server-0.5.0 dLeyna-core is a library of utility functions that are used by the higher level dLeyna libraries that communicate with DLNA devices, e.g., dleyna-server. <...> ok jasper@
28 lines
673 B
Makefile
28 lines
673 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2015/04/17 18:39:00 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
CATEGORIES ?= net multimedia
|
|
HOMEPAGE ?= https://01.org/dleyna/
|
|
MASTER_SITES ?= https://01.org/sites/default/files/downloads/dleyna/
|
|
|
|
MAINTAINER ?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= devel/gettext
|
|
USE_GMAKE= Yes
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
CONFIGURE_STYLE ?= gnu
|
|
CONFIGURE_ARGS ?= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_SCRIPT= ${LOCALBASE}/bin/bash configure
|
|
BUILD_DEPENDS += shells/bash
|
|
|
|
# triggers on base system libs functions
|
|
pre-configure:
|
|
perl -pi -e 's|CFLAGS\+=" -Wl,--no-undefined"||' \
|
|
${WRKSRC}/configure
|