2002-06-17 21:41:50 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: translate
|
|
|
|
# Date created: Thu Jun 13, 2002
|
|
|
|
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= translate
|
2003-03-31 03:31:09 +02:00
|
|
|
PORTVERSION= 1.10
|
2002-06-17 21:41:50 +02:00
|
|
|
CATEGORIES= misc
|
2002-12-27 13:17:54 +01:00
|
|
|
MASTER_SITES= http://www.freebsdcluster.org/~mich/software/
|
2002-06-17 21:41:50 +02:00
|
|
|
|
2003-05-07 13:37:56 +02:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Translates string using Babelfish
|
2002-06-17 21:41:50 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
2003-03-31 03:31:09 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
MAN1= translate.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/translate
|
2002-06-17 21:41:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|