mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
046ff7c965
WWW: http://pecl.php.net/package-info.php?package=ps PR: ports/112968 Submitted by: Alan Garfield <alan at fromorbit.com>
31 lines
615 B
Makefile
31 lines
615 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
|
|
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>
|