1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/security/pft/Makefile
Kirill Ponomarev fa85fdb34b Add pft 1.2,
libPJL- Printer Job Language library A library and a
command-line tool to use PJL- HP Printer Job Language

PR:		ports/69382
Submitted by:	Yonatan <Yonatan@xpert.com>
2004-08-09 08:18:49 +00:00

30 lines
598 B
Makefile

# Ports collection makefile for: pft
# Date created: 21 July 2004
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= pft
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= http://www.phenoelit.de/hp/
DISTNAME= libPJL-${PORTVERSION}-src
EXTRACT_SUFX= .tgz
MAINTAINER= Yonatan@xpert.com
COMMENT= Printer Job Language library and tool
NO_WRKSUBDIR= yes
ALL_TARGET= libPJL.a
USE_GMAKE= yes
post-build:
@cd ${WRKSRC}/pft; ${GMAKE} pft
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pft/pft ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/libPJL.a ${PREFIX}/lib/
.include <bsd.port.mk>