aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pecl-imlib2/Makefile
blob: 72542339dd1a70be2daa69cd360b1bf9a260ed6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    pecl-imlib2
# Date created:             18 September 2006
# Whom:                     Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   imlib2
PORTVERSION=    0.1.00
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
EXTRACT_SUFX=   .tgz
DIST_SUBDIR=    PECL

MAINTAINER= leeym@FreeBSD.org
COMMENT=    A PECL extension if imlib2

LIB_DEPENDS=    Imlib2:${PORTSDIR}/graphics/imlib2

USE_PHP=    yes
USE_PHPEXT= yes

# libImlib2 may or may not depend on X, however,
# imlib2 extension doesn't need X related functions in libImlib2
CFLAGS+=    -DX_DISPLAY_MISSING

post-patch:
    @${REINPLACE_CMD} -e 's/-ldl//' ${WRKSRC}/config.m4
    @${REINPLACE_CMD} -e '/Xlib.h/d' ${WRKSRC}/php_imlib2.h

.include <bsd.port.mk>