blob: 5ab4cb60fcd8a1bb2b73d816049a1cd6dc2d20b4 (
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
34
35
36
37
|
# 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>
|