blob: 76840f2d1601d0d34b611eee99bab5eee2d9a056 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
MAINTAINER= ports@FreeBSD.org
COMMENT= USB support for Kodak DC240 and DC280 cameras under FreeBSD
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
ALL_TARGET= ophoto
PLIST_FILES= bin/ophoto
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ophoto ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800064
BROKEN= does not build
.endif
.include <bsd.port.post.mk>
|