mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
497 B
Makefile
24 lines
497 B
Makefile
|
# New ports collection makefile for: kdc2tiff
|
||
|
# Date created: Tue 04 Jul 2000
|
||
|
# Whom: will
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= kdc2tiff
|
||
|
PORTVERSION= 0.31
|
||
|
CATEGORIES= graphics
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= kdc2tiff
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||
|
tiff.4:${PORTSDIR}/graphics/tiff
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lm"
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|