mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
dc572b07ee
whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk.
30 lines
668 B
Makefile
30 lines
668 B
Makefile
# New ports collection makefile for: ascii2pdf
|
|
# Date created: 20 January 2001
|
|
# Whom: petef@databits.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ascii2pdf
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://bulldog.tzo.org/ascii2pdf/
|
|
DISTNAME= ${PORTNAME}-0.9.1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A perl script to convert text files to PDF files
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/PDF/Create.pm:${PORTSDIR}/textproc/p5-PDF-Create
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
PLIST_FILES= bin/ascii2pdf
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/ascii2pdf ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|