mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
f581fef655
on Perl 5.10. [1] o Bump PORTREVISION, accordingly. o Maintain MASTER_SITES by removing from IIJ site. PR: ports/146346 [1] Submitted by: Kenji Rikitake kenji.rikitake acm org [1]
32 lines
693 B
Makefile
32 lines
693 B
Makefile
# New ports collection makefile for: a2ps-j
|
|
# Date created: 16 Nov 1996
|
|
# Whom: SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= a2ps
|
|
PORTVERSION= 1.45
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= nork
|
|
DISTNAME= ${PORTNAME}.pl-${PORTVERSION}
|
|
EXTRACT_SUFX=
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Text file to postscript converter (with Japanese support)
|
|
|
|
PLIST_FILES= bin/a2ps-j
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= ./a2ps-j
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/a2ps-j ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|