1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/palm/pdbar/Makefile
Pav Lucistnik 4aec323f51 Add pdbar, an utility to create and manipulates PalmOS database (.pdb)
and resource (.prc) files.

It was renamed to pdbar to avoid confusion with textproc/par.

WWW: http://www.djw.org/product/palm/par/

PR:		ports/63088
Submitted by:	Eric P. Scott <eps+psub0401@ana.com>
2004-03-30 12:51:08 +00:00

26 lines
551 B
Makefile

# New ports collection makefile for: pdbar
# Date created: 5 January 2004
# Whom: Eric P. Scott <eps+pdbar@ana.com>
#
# $FreeBSD$
#
PORTNAME= pdbar
PORTVERSION= 00.05.01
CATEGORIES= palm
MASTER_SITES= http://www.djw.org/product/palm/par/
DISTNAME= prc
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Create and manipulate PalmOS database files
MAN1= pdbar.1
PLIST_FILES= bin/pdbar
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pdbar ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/par.man ${MANPREFIX}/man/man1/pdbar.1
.include <bsd.port.mk>