mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
cae0c41972
Changes: - Fixed build on PHP 5.3+ - Fixed bug #60853 (Missing NCURSES_KEY_HOME constant) Feature safe: yes Approved by: eadler, db (mentors, implicit)
28 lines
493 B
Makefile
28 lines
493 B
Makefile
# New ports collection makefile for: pecl-ncurses
|
|
# Date created: 29 Apr 2010
|
|
# Whom: Jille Timmermans <jille@quis.cx>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ncurses
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= A PECL extension for ncurses
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= yes
|
|
USE_PHP_BUILD= yes
|
|
USE_PHPEXT= yes
|
|
WANT_PHP_CLI= yes
|
|
IGNORE_WITH_PHP=4 52
|
|
|
|
.include <bsd.port.mk>
|