summaryrefslogtreecommitdiff
path: root/print/trueprint/Makefile
blob: 3cd5618252990f5a3ecf131ce08ab2db47499fbf (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
# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$

PORTNAME=	trueprint
PORTVERSION=	5.4
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	trueprint

MAINTAINER=	danilogondolfo@gmail.com
COMMENT=	Print program listings on postscript printer

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

MAN1=		trueprint.1
INFO=		trueprint

PLIST_FILES=	bin/trueprint

NO_STAGE=	yes
.include <bsd.port.mk>