freebsd-ports/print/trueprint/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

23 lines
444 B
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= trueprint
PORTVERSION= 5.4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= trueprint
MAINTAINER= danilogondolfo@gmail.com
COMMENT= Print program listings on postscript printer
USE_GMAKE= yes
USES= gettext
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -lintl
MAN1= trueprint.1
INFO= trueprint
PLIST_FILES= bin/trueprint
.include <bsd.port.mk>