diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-15 16:41:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-15 16:41:19 +0000 |
commit | 9eac8cb9a534105659cdfb6228895d1dff97f6a4 (patch) | |
tree | 293ca0e1f7284ee4b51929a534176dbabe7a5d3f /graphics/kdc2tiff/Makefile | |
parent | 42647640e6c174a7bd52bd19f3eaef61d2718a18 (diff) |
Notes
Diffstat (limited to 'graphics/kdc2tiff/Makefile')
-rw-r--r-- | graphics/kdc2tiff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/kdc2tiff/Makefile b/graphics/kdc2tiff/Makefile index 3cf1dc8f54b2..3ae4c998174d 100644 --- a/graphics/kdc2tiff/Makefile +++ b/graphics/kdc2tiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= kdc2tiff -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.35 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +19,10 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +PLIST_FILES= bin/kdc2jpeg bin/kdc2tiff + .include <bsd.port.mk> |