2003-01-17 04:50:26 +01:00
|
|
|
# New ports collection makefile for: ophoto
|
|
|
|
# Date created: Sat Mar 16 2002
|
|
|
|
# Whom: Bob Withrow <witr@rwwa.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ophoto
|
|
|
|
PORTVERSION= 0.1
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.fromme.com/o/ophoto/
|
|
|
|
DISTNAME= ophoto
|
|
|
|
|
2004-10-17 20:21:41 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= USB support for Kodak DC240 and DC280 cameras under FreeBSD
|
2003-01-17 04:50:26 +01:00
|
|
|
|
|
|
|
ALL_TARGET= ophoto
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/ophoto
|
2003-01-17 04:50:26 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ophoto ${PREFIX}/bin
|
|
|
|
|
2009-05-24 17:20:16 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 800064
|
|
|
|
BROKEN= does not build
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|