mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
631 B
Makefile
32 lines
631 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.4
|
|
PORTREVISION= 3
|
|
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>
|