freebsd-ports/print/pecl-ps/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

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>