freebsd-ports/databases/kyotocabinet/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= kyotocabinet
PORTVERSION= 1.2.76
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://fallabs.com/${PORTNAME}/pkg/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Straightforward implementation of DBM
LICENSE= GPLv3
OPTIONS_DEFINE= DOCS
CPPFLAGS+= -fPIC
GNU_CONFIGURE= yes
MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig
REINPLACE_ARGS= -i ''
USE_LDCONFIG= yes
2013-08-21 14:03:51 +02:00
USES= gmake
NOT_FOR_ARCHS= powerpc
NOT_FOR_ARCHS_REASON= does not link
post-patch:
@${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile
post-build:
@cd ${WRKSRC}/ && ${STRIP_CMD} libkyotocabinet.so.16.13.0 kccachetest \
kcdirmgr kcdirtest kcforestmgr kcforesttest kcgrasstest \
kchashmgr kchashtest kclangctest kcpolymgr kcpolytest \
kcprototest kcstashtest kctreemgr kctreetest kcutilmgr \
kcutiltest
post-install:
${FIND} ${STAGEDIR}${DOCSDIR}/ -type d -exec ${CHMOD} ${BINMODE} '{}' \;
${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \;
.include <bsd.port.mk>