3bc748d0b6
- While I'm here: - Convert to new LIB_DEPENDS format - Use CLFLAGS+= instead of CFLAGS= - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk Changes: http://pecl.php.net/package-changelog.php?package=sphinx PR: ports/181215 Submitted by: John Chen <johnpupu@gmail.com> Approved by: Max Baryshnikov <mephius@gmail.com> (maintainer)
27 lines
533 B
Makefile
27 lines
533 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
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|