1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/security/openvas-libraries/Makefile.common
Martin Wilke b51aee102e - Update to 2.0.3
PR:		137208
Submitted by:	farrokhi@
2009-08-17 22:41:11 +00:00

9 lines
307 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
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"