1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/print/pecl-ps/Makefile
Alex Dupre 77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00

33 lines
649 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.6
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
PHP_MODNAME= ${PORTNAME}
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
post-patch:
@${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4
.include <bsd.port.mk>