blob: cb929977bc8a1bae99b77f9b8ce84ecd3f3119ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= trueprint
PORTVERSION= 5.4
CATEGORIES= print
MASTER_SITES= GNU
MAINTAINER= danilo@FreeBSD.org
COMMENT= Print program listings on postscript printer
USES= gettext gmake
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -lintl
INFO= trueprint
PLIST_FILES= bin/trueprint man/man1/trueprint.1.gz
.include <bsd.port.mk>
|