diff options
author | minskim <minskim> | 2004-12-30 13:04:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-30 13:04:56 +0000 |
commit | b1e8c26bf8a5ef79e5edf44aaa1e9bde19dd866c (patch) | |
tree | e97543d04b9eda6e57307b8f98b4e685873b5f39 /archivers/pdbar/Makefile | |
parent | 38aa763eac9dd7ad9ea7b21497e724c69397fc6e (diff) | |
download | pkgsrc-b1e8c26bf8a5ef79e5edf44aaa1e9bde19dd866c.tar.gz |
Import pdbar-0.5.1.
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.
Diffstat (limited to 'archivers/pdbar/Makefile')
-rw-r--r-- | archivers/pdbar/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/pdbar/Makefile b/archivers/pdbar/Makefile new file mode 100644 index 00000000000..3e6402abd48 --- /dev/null +++ b/archivers/pdbar/Makefile @@ -0,0 +1,18 @@ +# $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" |