mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# Created by: Max Baryshnikov <mephius@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sphinx
|
|
DISTVERSION= 1.3.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= mephius@gmail.com
|
|
COMMENT= Sphinx search engine php client
|
|
|
|
LIB_DEPENDS= libsphinxclient.so:${PORTSDIR}/textproc/libsphinxclient
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= sphinx
|
|
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|