mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ce72aa3487
- note proper MASTER_SITE and WWW - use perl5 base install location
31 lines
614 B
Makefile
31 lines
614 B
Makefile
# New ports collection makefile for: jcode.pl
|
|
# Date created: 20 February 1998
|
|
# Whom: sada
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jcode.pl
|
|
PORTVERSION= 2.13
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://srekcah.org/jcode/
|
|
EXTRACT_SUFX= # none
|
|
|
|
MAINTAINER= sada@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= .
|
|
PLIST_SUB= INSTALL_BASE=${INSTALL_BASE}
|
|
|
|
INSTALL_BASE= lib/perl5/site_perl/${PERL_VER}
|
|
INSTALL_DIR= ${PREFIX}/${INSTALL_BASE}
|
|
|
|
do-install:
|
|
${MKDIR} ${INSTALL_DIR}
|
|
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${INSTALL_DIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|