diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-18 14:36:09 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-18 14:36:09 +0000 |
commit | 92f3b3079871ef756b9cfff236b964b68624dfc9 (patch) | |
tree | c2a3b4d652ee6e86830a48b518bfbddedac1011d /graphics/kdc2tiff | |
parent | 08ee564e175611d75394b3919b200471d2154216 (diff) | |
download | ports-92f3b3079871ef756b9cfff236b964b68624dfc9.tar.gz ports-92f3b3079871ef756b9cfff236b964b68624dfc9.zip |
Notes
Diffstat (limited to 'graphics/kdc2tiff')
-rw-r--r-- | graphics/kdc2tiff/Makefile | 9 | ||||
-rw-r--r-- | graphics/kdc2tiff/distinfo | 2 |
2 files changed, 6 insertions, 5 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> diff --git a/graphics/kdc2tiff/distinfo b/graphics/kdc2tiff/distinfo index a76a2637d515..e9ab7d2416b0 100644 --- a/graphics/kdc2tiff/distinfo +++ b/graphics/kdc2tiff/distinfo @@ -1 +1 @@ -MD5 (kdc2tiff-0.31.tar.gz) = 1d28b046c3e7c2004f8cf3f64177b7c8 +MD5 (kdc2tiff-0.32.tar.gz) = b24af53e97a047eaf1a92cbe1da44a17 |