freebsd-ports/graphics/pear-Image_Barcode/Makefile
Roman Bogorodskiy d695f7ff1f Update to 1.0.4.
PR:		81838
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
2005-06-03 16:49:08 +00:00

37 lines
997 B
Makefile

# 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.4
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}
USE_PHP= gd
LATEST_LINK= pear-${PORTNAME}
OPTIONS= PEAR_PHP_COMPAT "PEAR::PHP_Compat support" off
CATEGORY= Image
FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php \
Barcode/upca.php Barcode/code128.php Barcode/postnet.php
DOCS= ChangeLog Readme.txt
EXAMPLES= test-image-barcode.php barcode_img.php
_EXAMPLESDIR= docs/examples
.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>