Trueprint is a general purpose printing program. It tries to produce
everything that anybody could need in a program printout without
the need for large numbers of switches or pipelines. Trueprint can
currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal,
pseudo C, report files (trueprint report files), listing files, text files.
PR: 16775
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
2000-02-21 22:16:35 +00:00
|
|
|
# New ports collection makefile for: trueprint
|
|
|
|
# Date created: 17 February 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 17:50:59 +00:00
|
|
|
PORTNAME= trueprint
|
|
|
|
PORTVERSION= 5.2
|
Trueprint is a general purpose printing program. It tries to produce
everything that anybody could need in a program printout without
the need for large numbers of switches or pipelines. Trueprint can
currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal,
pseudo C, report files (trueprint report files), listing files, text files.
PR: 16775
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
2000-02-21 22:16:35 +00:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= trueprint
|
|
|
|
|
|
|
|
MAINTAINER= dima@Chg.RU
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= trueprint.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|