2000-07-04 07:36:24 +02:00
|
|
|
# New ports collection makefile for: kdc2tiff
|
|
|
|
# Date created: Tue 04 Jul 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdc2tiff
|
2004-07-15 18:41:19 +02:00
|
|
|
PORTVERSION= 0.35
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 2
|
2000-07-04 07:36:24 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
2000-07-04 07:36:24 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= Converts Kodak .kdc to TIFF or JPEG formats
|
2000-07-04 07:36:24 +02:00
|
|
|
|
2010-02-05 12:46:55 +01:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
2000-07-04 07:36:24 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2001-07-18 16:36:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2000-07-04 07:36:24 +02:00
|
|
|
|
2004-07-15 18:41:19 +02:00
|
|
|
PLIST_FILES= bin/kdc2jpeg bin/kdc2tiff
|
|
|
|
|
2000-07-04 07:36:24 +02:00
|
|
|
.include <bsd.port.mk>
|