mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f12440ac04
PR: 190958 Differential Revision: https://reviews.freebsd.org/D1754 Reviewed by: Carlo Strub <cs@freebsd.org> Approved by: Carlo Strub <cs@freebsd.org>
11 lines
285 B
Makefile
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}
|
|
|