blob: 85ccea5237edb08a415dc35c7ea53e5512f8f8ad (
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
|
# Ports collection makefile for: pear-ps
# Date created: 25 May 2007
# Whom: Alan Garfield <alan@fromorbit.com>
#
# $FreeBSD$
#
PORTNAME= ps
PORTVERSION= 1.3.4
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.2:${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>
|