1 |
8 |
ahitrov@rambler.ru |
############################################################################## |
2 |
|
|
# $HeadURL: svn://cvs1.rambler.ru/Contenido/trunk/ports/all/ImageMagick/GNUmakefile $ |
3 |
|
|
# $Id: GNUmakefile 195 2006-06-22 07:45:45Z astar $ |
4 |
|
|
############################################################################### |
5 |
|
|
|
6 |
|
|
PORTVERSION = 6-ru-0.99f7-1 |
7 |
|
|
DISTFILE = aspell${PORTVERSION}.tar.bz2 |
8 |
|
|
|
9 |
|
|
MASTER_POST_SITES = http://ftp.gnu.org/gnu/aspell/dict/ru/ |
10 |
|
|
|
11 |
|
|
WRKSRC = ${WRKDIR}/aspell${PORTVERSION} |
12 |
|
|
|
13 |
|
|
do-extract: |
14 |
|
|
@tar -xjf ${DISTDIR}/${DISTFILE} -C ${WRKDIR} |
15 |
|
|
|
16 |
|
|
do-configure: |
17 |
|
|
@cd ${WRKSRC} \ |
18 |
|
|
&& PATH=${PREFIX}/bin:$${PATH} ${CONFIGURE_ENV} ${CONFIGURE_POSTENV} ${CONFIGURE_COMMAND} \ |
19 |
|
|
${CONFIGURE_POSTARGS} |
20 |
|
|
|
21 |
|
|
|
22 |
|
|
include ../../etc/ports.mk |