freebsd-ports/japanese/jcode.pl/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

30 lines
589 B
Makefile

# New ports collection makefile for: jcode.pl
# Date created: 20 February 1998
# Whom: sada
#
# $FreeBSD$
#
PORTNAME= jcode.pl
PORTVERSION= 2.10
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \
ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
EXTRACT_SUFX= # none
MAINTAINER= sada@e-mail.ne.jp
NO_WRKSUBDIR= yes
NO_BUILD= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= .
INSTALLDIR= ${PREFIX}/lib/perl
do-install:
@${MKDIR} ${INSTALLDIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${INSTALLDIR}/jcode.pl
.include <bsd.port.mk>