f22d9feb8e
PR: 154527 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Approved by: maintainer Feature safe: yes
30 lines
606 B
Makefile
30 lines
606 B
Makefile
# New ports collection makefile for: pecl-yaz
|
|
# Date created: 9 Jul 2004
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yaz
|
|
PORTVERSION= 1.0.14
|
|
PORTREVISION= 3
|
|
CATEGORIES= net pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= till@php.net
|
|
COMMENT= A PECL extension that implements a Z39.50 client
|
|
|
|
LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e 's|YAZVERSION|YAZ_VERSION|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|