blob: a7e86617117a12019f8b7975c93e8817b646b9a8 (
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>
PORTNAME= trueprint
PORTVERSION= 5.4
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= GNU
MAINTAINER= portmaster@BSDforge.com
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>
|