1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/openvas-libraries/Makefile.common
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

8 lines
247 B
Makefile

CONFIGURE_ARGS+=--includedir=${PREFIX}/include \
--libdir=${PREFIX}/lib \
--localstatedir=${PREFIX}/openvas \
--sharedstatedir=${PREFIX}/openvas/com
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${PREFIX}/include
CPPFLAGS+= -I${LOCALBASE}/include