freebsd-ports/graphics/kdc2tiff/Makefile

28 lines
537 B
Makefile
Raw Normal View History

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