freebsd-ports/graphics/ophoto/Makefile
Erwin Lansing 9aff21ffbd Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.

Submitted by:   pointyhat
2009-01-08 17:36:31 +00:00

29 lines
578 B
Makefile

# 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
ALL_TARGET= ophoto
PLIST_FILES= bin/ophoto
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ophoto ${PREFIX}/bin
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800058
BROKEN= does not build
.endif
.include <bsd.port.post.mk>