aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kdc2tiff/Makefile
blob: 57ef3a75e7f82a73c479a4098854507bfd4f6a41 (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
# New ports collection makefile for:    kdc2tiff
# Date created:             Tue 04 Jul 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   kdc2tiff
PORTVERSION=    0.32
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg \
        tiff.4:${PORTSDIR}/graphics/tiff

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>