Line # Revision Author
1 3 ahitrov@rambler.ru ##############################################################################
2 # $HeadURL: http://developers.rambler.ru/svn/contenido/koi8/core/ports/all/expat/GNUmakefile $
3 # $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $
4 ###############################################################################
5
6 MASTER_POST_SITES = http://pari.math.u-bordeaux.fr/pub/pari/unix/
7 PORTVERSION = 2.3.3
8
9 CONFIGURE_COMMAND = ./Configure
10 BUILD_ARGS = all
11
12 CONFIGURE_PRECMD = ${MAKE_RECURSIVE} pre-configure
13 pre-configure:
14 cd ${WRKSRC} && patch -p0 < ${PORTDIR}/patch-pic
15
16 wrksrc:
17 @echo ${WRKSRC}
18
19 include ../../etc/ports.mk