mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
f56a00d737
- Convert USE_GMAKE to USES - Add stage support Approved by: wg (mentor)
22 lines
434 B
Makefile
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>
|