diff options
author | simonb <simonb@pkgsrc.org> | 2004-10-02 04:03:34 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2004-10-02 04:03:34 +0000 |
commit | 1b6c2dd8565d62bac186362054345f9f38d89bee (patch) | |
tree | ed08781cb24fd88fba1bc755c487774f89f3fda2 /graphics/metacam/Makefile | |
parent | ca9814fda60cf580a93c6c5f45bf873323009ef4 (diff) | |
download | pkgsrc-1b6c2dd8565d62bac186362054345f9f38d89bee.tar.gz |
Initial import of metacam - a digital camera image meta-information
reader.
Diffstat (limited to 'graphics/metacam/Makefile')
-rw-r--r-- | graphics/metacam/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile new file mode 100644 index 00000000000..2ceaa133245 --- /dev/null +++ b/graphics/metacam/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/02 04:03:34 simonb Exp $ +# + +DISTNAME= metacam-1.2 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cheeseplant.org/pub/ + +MAINTAINER= simonb@NetBSD.org +HOMEPAGE= http://www.cheeseplant.org/~daniel/pages/metacam.html +COMMENT= Digital camera image meta-information reader + +USE_GNU_TOOLS+= make +ALL_TARGET= default + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/metacam ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |