mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d1b2392bed
PR: 256014
21 lines
398 B
Makefile
21 lines
398 B
Makefile
# 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>
|