summaryrefslogblamecommitdiff
path: root/graphics/pear-Image_Barcode/Makefile
blob: fc2b1624dd1111a620bba43f1fb479abdc714ec9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                                                        

                                 






                                                               


                                                              







                                                                                  




                                                                           

                                                      
# Ports collection makefile for:  pear-Image_Barcode
# Date created:			  11 March 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=	Image_Barcode
PORTVERSION=	1.0.1
CATEGORIES=	graphics www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR class for barcode generation

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS=	${BUILD_DEPENDS}

LATEST_LINK=	pear-Image_Barcode
OPTIONS=	PEAR_PHP_COMPAT "PEAR::PHP_Compat support" off

CATEGORY=	Image
FILES=		Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php
DOCS=		ChangeLog Readme.txt
TESTS=		test-image-barcode.php barcode_img.php
_DOCSDIR=	.
_TESTSDIR=	.

.include <bsd.port.pre.mk>

.if defined(WITH_PEAR_PHP_COMPAT)
RUN_DEPENDS+=	${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat
.endif

.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>