mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
edcf8b3594
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. :)
30 lines
589 B
Makefile
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>
|