From 23d60cb963b969dc7099b2feae84b5d2fb885cb3 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 24 Dec 2003 02:49:02 +0000 Subject: add pfbtopfa 1.0 Convert PFB files to the PFA format --- print/pfbtopfa/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 print/pfbtopfa/Makefile (limited to 'print/pfbtopfa/Makefile') diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile new file mode 100644 index 000000000000..f744095d5ed4 --- /dev/null +++ b/print/pfbtopfa/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: pfbtopfa +# Date created: Dec 24, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= pfbtopfa +PORTVERSION= 1.0 +CATEGORIES= print +MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ + ftp://ftp.whizkidtech.redprince.net/fonts/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Convert PFB files to the PFA format + +MAN1= pfbtopfa.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${MAN1PREFIX}/man/man1 + +.include -- cgit v1.2.3