mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2e87c89fc5
cross-language master-slave ports. I just wonder how I could overlook this. I thought I tested with Wnn, netscape and so on. *sigh* Yes, I know how I can fix it, but I'd certainly back out first. Reported by: steve Pointy hat to: knu
31 lines
638 B
Makefile
31 lines
638 B
Makefile
# New ports collection makefile for: p5-kakasi
|
|
# Date created: 25 February 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Kakasi
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= http://www.daionet.gr.jp/~knok/kakasi/
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kakasi.2:${PORTSDIR}/japanese/kakasi
|
|
|
|
USE_PERL5= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Text::Kakasi.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
|
CC="${CC}" CCFLAGS="${CFLAGS}"
|
|
|
|
.include <bsd.port.post.mk>
|