3c175cb569
Reviewed by: marcus
26 lines
551 B
Makefile
26 lines
551 B
Makefile
# 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
|
|
PLIST_FILES= bin/pfbtopfa
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|