1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/pear-I18N/Makefile
Sylvio Cesar Teixeira 7d320e22b4 - Update to 1.0.0
Approved by:	itetcu (mentor)
Feature safe:	yes
2010-03-01 22:37:09 +00:00

39 lines
1.2 KiB
Makefile

# Ports collection makefile for: pear-I18N
# Date created: 30 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= I18N
PORTVERSION= 1.0.0
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR internationalization package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= I18N
FILES= Common/af.php Common/da_DK.php Common/de.php \
Common/de_AT.php Common/de_DE.php Common/en.php \
Common/en_GB.php Common/en_UK.php Common/en_US.php \
Common/en_ZA.php Common/es.php Common/es_ES.php \
Common/fr.php Common/fr_FR.php Common/hu.php \
Common/it.php Common/it_IT.php Common/nl.php \
Common/nl_NL.php Common/pl.php Common/pt.php \
Common/ru.php Common/sl.php Common.php Country.php \
Currency.php DateTime.php Format.php Language.php \
Negotiator.php Number.php Messages/Common.php \
Messages/File.php Messages/Translate.php \
Messages/determineLanguage.inc.php
EXAMPLES= I18N_Currency.php I18N_DateTime.php I18N_Message.php \
I18N_Message_Translate.php I18N_Message_Translate.tpl \
I18N_Negotiator.php I18N_Number.php
_EXAMPLESDIR= docs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>