2000-07-04 05:36:24 +00:00
|
|
|
# New ports collection makefile for: kdc2tiff
|
|
|
|
# Date created: Tue 04 Jul 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdc2tiff
|
2004-07-15 16:41:19 +00:00
|
|
|
PORTVERSION= 0.35
|
2000-07-04 05:36:24 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2001-07-18 14:36:09 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-07-04 05:36:24 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= Converts Kodak .kdc to TIFF or JPEG formats
|
2000-07-04 05:36:24 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2001-07-18 14:36:09 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-07-18 14:36:09 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-12-04 10:24:04 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-07-04 05:36:24 +00:00
|
|
|
|
2004-07-15 16:41:19 +00:00
|
|
|
PLIST_FILES= bin/kdc2jpeg bin/kdc2tiff
|
|
|
|
|
2000-07-04 05:36:24 +00:00
|
|
|
.include <bsd.port.mk>
|