2006-06-05 19:25:23 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2006/06/05 17:25:23 joerg Exp $
|
2004-10-02 06:03:34 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= metacam-1.2
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2004-10-02 06:03:34 +02:00
|
|
|
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
|
|
|
|
|
2006-06-05 19:25:23 +02:00
|
|
|
USE_LANGUAGES= c++
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= default
|
2005-06-16 08:57:37 +02:00
|
|
|
INSTALLATION_DIRS= bin
|
2004-10-02 06:03:34 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/metacam ${PREFIX}/bin
|
|
|
|
|
2005-03-10 15:27:20 +01:00
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
2004-10-02 06:03:34 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|