summaryrefslogtreecommitdiff
path: root/graphics/metacam/Makefile
blob: 2ceaa1332456e26cb962cda2dc8b68d154093c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"