6ba9a9dced
The Palm database archiver (pdbar) creates and manipulates PalmOS database (.pdb) and resource (.prc) files. Pdbar is designed to be a Swiss army knife for managing these files. It's a command line tool, and not for the faint of heart, but it's very handy and replaces a bunch of little utilities that you might otherwise use.
18 lines
418 B
Makefile
18 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/12/30 13:04:56 minskim Exp $
|
|
|
|
DISTNAME= prc
|
|
PKGNAME= pdbar-0.5.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.djw.org/product/palm/par/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.djw.org/product/palm/par/
|
|
COMMENT= Palm database archiver
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
NO_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|