4e3717ee4f
dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
38 lines
983 B
Makefile
38 lines
983 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
|
|
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/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|