Import graphics/pear-Image_Barcode version 1.1.3
[dports.git] / graphics / pear-Image_Barcode / Makefile
1 # Ports collection makefile for:  pear-Image_Barcode
2 # Date created:                   11 March 2005
3 # Whom:                           Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
4 #
5 # $FreeBSD: ports/graphics/pear-Image_Barcode/Makefile,v 1.14 2012/11/17 05:58:18 svnexp Exp $
6 #
7
8 PORTNAME=       Image_Barcode
9 PORTVERSION=    1.1.3
10 CATEGORIES=     graphics www pear
11
12 MAINTAINER=     miwi@FreeBSD.org
13 COMMENT=        PEAR class for barcode generation
14
15 BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
16 RUN_DEPENDS:=   ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
17
18 USE_PHP=        gd
19
20 LATEST_LINK=    pear-${PORTNAME}
21
22 OPTIONS_DEFINE=         PEAR_PHP_COMPAT
23 PEAR_PHP_COMPAT_DESC=   "PEAR::PHP_Compat support"
24
25 PEAR_AUTOINSTALL=       yes
26
27 .include <bsd.port.pre.mk>
28
29 .if ${PORT_OPTIONS:MPEAR_PHP_COMPAT}
30 RUN_DEPENDS+=   ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat
31 .endif
32
33 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
34 .include <bsd.port.post.mk>