1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/print/trueprint/Makefile
Danilo Egea Gondolfo f56a00d737 - Change maintainer email to @FreeBSD.org
- Convert USE_GMAKE to USES
- Add stage support

Approved by:	wg (mentor)
2013-09-30 22:44:26 +00:00

22 lines
434 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= 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>