freebsd-ports/print/trueprint/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
572 B
Makefile

# New ports collection makefile for: trueprint
# Date created: 17 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= trueprint
PORTVERSION= 5.3
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= trueprint
MAINTAINER= ports@FreeBSD.org
COMMENT= Print program listings on postscript printer
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib -lintl"
MAN1= trueprint.1
INFO= trueprint
PLIST_FILES= bin/trueprint
.include <bsd.port.mk>