1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/print/trueprint/Makefile
Chris D. Faulhaber aea17fb733 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

23 lines
377 B
Makefile

# New ports collection makefile for: trueprint
# Version required: 5.2
# Date created: 17 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= trueprint-5.2
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>