1 |
8 |
ahitrov@rambler.ru |
############################################################################## |
2 |
|
|
# $HeadURL: http://svn.dev.rambler.ru/Contenido/branches/utf8/ports/all/tiff/GNUmakefile $ |
3 |
|
|
# $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $ |
4 |
|
|
############################################################################### |
5 |
|
|
|
6 |
|
|
PORTVERSION = v3.6.0 |
7 |
|
|
CONFIGURE_POSTARGS = --noninteractive |
8 |
|
|
CONFIGURE_PRECMD = ${MAKE_RECURSIVE} pre-configure |
9 |
|
|
|
10 |
|
|
pre-configure: |
11 |
|
|
|
12 |
|
|
@cd ../libtiff-lzw-compression-kit \ |
13 |
|
|
&& ${MAKE_RECURSIVE} extract |
14 |
|
|
|
15 |
|
|
LTK=`cd ../libtiff-lzw-compression-kit && ${MAKE_RECURSIVE} get-WRKSRC` \ |
16 |
|
|
&& cp $${LTK}/tif_lzw.c ${WRKSRC}/libtiff |
17 |
|
|
|
18 |
|
|
|
19 |
|
|
include ../../etc/ports.mk |