mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
0ff7821a0d
- Fix a missing USES=perl5. ${PERL} was empty. - Add STAGEDIR support. PR: ports/183200
38 lines
905 B
Makefile
38 lines
905 B
Makefile
# Created by: SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= a2ps
|
|
PORTVERSION= 1.45
|
|
PORTREVISION= 4
|
|
CATEGORIES= japanese print
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ \
|
|
${MASTER_SITE_LOCAL:S|%SUBDIR%|tota/a2ps|}
|
|
DISTNAME= ${PORTNAME}.pl-${PORTVERSION}
|
|
EXTRACT_SUFX= # empty
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Text file to postscript converter (with Japanese support)
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= paperconf:${PORTSDIR}/print/libpaper
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= ${WRKDIR}/a2ps-j
|
|
perl_OLD_CMD= /usr/local/bin/perl
|
|
PLIST_FILES= bin/a2ps-j
|
|
EXTRACT_CMD= ${INSTALL_SCRIPT}
|
|
EXTRACT_BEFORE_ARGS= # empty
|
|
EXTRACT_AFTER_ARGS= a2ps-j
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKDIR}/a2ps-j
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/a2ps-j ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|