blob: 6a2404d81e1a1f0c92b07b619a0a1d59d3952383 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: trueprint
# Date created: 17 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= trueprint
PORTVERSION= 5.2
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= trueprint
MAINTAINER= demon@FreeBSD.org
COMMENT= Print program listings on postscript printer
USE_GMAKE= yes
GNU_CONFIGURE= yes
# Doesn't configure on bento because of this
.if !exists(/usr/bin/lpr) || !exists(/usr/bin/lp)
IGNORE= "missing /usr/bin/lp or /usr/bin/lpr (hi bento)"
.endif
MAN1= trueprint.1
.include <bsd.port.mk>
|