1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

- Add LICENSE_FILE

- Use USES=localbase
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-17 18:08:27 +00:00
parent 5943262277
commit c38a2fe15e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399566

View File

@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library and tools to support IPMI-capable hardware
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
@ -24,13 +25,11 @@ CONFIGURE_ARGS= --disable-init-scripts \
--with-ipmiseld-cache-dir=${CACHE_DIR}/ipmiseld \
--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
CONFIGURE_ENV= PTHREAD_LIBS=-lpthread ac_cv_path_CPP=${CPP}
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= invokes i386 asm
USE_LDCONFIG= yes
USES= gmake libtool shebangfix
USES= gmake libtool localbase shebangfix
INFO= freeipmi-faq
PLIST_SUB= CACHE_DIR=${CACHE_DIR}