aboutsummaryrefslogtreecommitdiff
path: root/print/pecl-ps/Makefile
blob: c4d27ebf2647218f6b5852790c1b7f66abd98e1e (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
26
27
28
29
30
31
# Ports collection makefile for:  pear-ps
# Date created:		25 May 2007
# Whom:			Alan Garfield <alan@fromorbit.com>
#
# $FreeBSD$
#

PORTNAME=	ps
PORTVERSION=	1.3.4
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
DEFAULT_PHP_VER=	5
PHP_MODNAME=	${PORTNAME}

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

.include <bsd.port.mk>