aboutsummaryrefslogtreecommitdiff
path: root/print/trueprint/Makefile
blob: 8c205ee35a6b6dcb37368e519dce0a0357c4df63 (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.3
PORTREVISION=	2
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	trueprint

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Print program listings on postscript printer

USE_GMAKE=	yes
USE_GETTEXT=	yes
GNU_CONFIGURE=	yes
LDFLAGS+=	-L${LOCALBASE}/lib -lintl

MAN1=		trueprint.1
INFO=		trueprint

PLIST_FILES=	bin/trueprint

.include <bsd.port.mk>