f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
21 lines
405 B
Makefile
21 lines
405 B
Makefile
# Created by: Dmitry Sivachenko <dima@Chg.RU>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= trueprint
|
|
PORTVERSION= 5.4
|
|
PORTREVISION= 1
|
|
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>
|