1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/multimedia/libbluray/Makefile.include
Dominic Fandrey f12440ac04 New port multimedia/libbdplus, part of the libbluray group.
PR:		        190958
Differential Revision:	https://reviews.freebsd.org/D1754
Reviewed by:	        Carlo Strub <cs@freebsd.org>
Approved by:	        Carlo Strub <cs@freebsd.org>
2015-02-21 20:48:37 +00:00

11 lines
285 B
Makefile

# Makefile with common configure and install flags for libbluray
# related ports.
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix="${PREFIX}"
CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig"
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
CFLAGS=${CFLAGS:Q}