mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
77cb321f55
Reported by: pav Pointyhat to: me
33 lines
649 B
Makefile
33 lines
649 B
Makefile
# Ports collection makefile for: pear-ps
|
|
# Date created: 25 May 2007
|
|
# Whom: Alan Garfield <alan@fromorbit.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ps
|
|
PORTVERSION= 1.3.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= print pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DISTNAME= ps-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= alan@fromorbit.com
|
|
COMMENT= PHP extension for pslib to generate postscript
|
|
|
|
LIB_DEPENDS= ps.4:${PORTSDIR}/print/pslib
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
PHP_MODNAME= ${PORTNAME}
|
|
DEFAULT_PHP_VER=53
|
|
IGNORE_WITH_PHP=5
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4
|
|
|
|
.include <bsd.port.mk>
|