aboutsummaryrefslogtreecommitdiffstats
path: root/print/pecl-ps/Makefile
blob: a12aad1ff2433a55a45fe86933009282d53ba5a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Alan Garfield <alan@fromorbit.com>
# $FreeBSD$

PORTNAME=   ps
PORTVERSION=    1.3.7
PORTREVISION=   1
CATEGORIES= print pear

MAINTAINER= alan@fromorbit.com
COMMENT=    PHP extension for pslib to generate postscript

LICENSE=    PHP202

LIB_DEPENDS=    libps.so:print/pslib

USES=       php:pecl
IGNORE_WITH_PHP=    70

post-patch:
    @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4

test check regression-test: build
    ${MAKE} -C ${WRKSRC} test < /dev/null

.include <bsd.port.mk>