mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
337a7fa041
- While here remove php4 gruft
30 lines
492 B
Makefile
30 lines
492 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hidef
|
|
PORTVERSION= 0.1.13
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Constants for real
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
CONFIGURE_ARGS= --enable-hidef
|
|
|
|
CFLAGS+=-I${LOCALBASE}/include
|
|
LDFLAGS+=-L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' \
|
|
${WRKSRC}/hidef.c
|
|
|
|
.include <bsd.port.mk>
|