aboutsummaryrefslogtreecommitdiff
path: root/graphics/kdc2tiff/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-07-18 14:36:09 +0000
committerMark Pulford <markp@FreeBSD.org>2001-07-18 14:36:09 +0000
commit92f3b3079871ef756b9cfff236b964b68624dfc9 (patch)
treec2a3b4d652ee6e86830a48b518bfbddedac1011d /graphics/kdc2tiff/Makefile
parent08ee564e175611d75394b3919b200471d2154216 (diff)
downloadports-92f3b3079871ef756b9cfff236b964b68624dfc9.tar.gz
ports-92f3b3079871ef756b9cfff236b964b68624dfc9.zip
Notes
Diffstat (limited to 'graphics/kdc2tiff/Makefile')
-rw-r--r--graphics/kdc2tiff/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/kdc2tiff/Makefile b/graphics/kdc2tiff/Makefile
index ea9be7f9978d..57ef3a75e7f8 100644
--- a/graphics/kdc2tiff/Makefile
+++ b/graphics/kdc2tiff/Makefile
@@ -6,18 +6,19 @@
#
PORTNAME= kdc2tiff
-PORTVERSION= 0.31
+PORTVERSION= 0.32
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= kdc2tiff
+MASTER_SITE_SUBDIR= ${PORTNAME}
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
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>