opnsense-ports/textproc/libsphinxclient/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
616 B
Makefile

# Created by: Max Baryshnikov <mephius@gmail.com>
# $FreeBSD$
PORTNAME= libsphinxclient
DISTVERSION= 2.0.9
PORTREVISION= 1
CATEGORIES= textproc databases
MASTER_SITES= http://sphinxsearch.com/files/
DISTNAME= sphinx-${PORTVERSION}-release
MAINTAINER= mephius@gmail.com
COMMENT= Sphinx Full-Text Search Engine C++ client library
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC_SUBDIR= api/libsphinxclient
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
post-install:
${LN} -s libsphinxclient-0.0.1.so ${STAGEDIR}${PREFIX}/lib/libsphinxclient-0.0.1.so.0
.include <bsd.port.mk>