1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/pecl-hidef/Makefile
Martin Wilke 337a7fa041 - Marke these ports as stage safe
- While here remove php4 gruft
2014-01-23 15:12:50 +00:00

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>