aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/clit/Makefile
blob: 76f032031629e7ff5daa7998c82ddcfbc581bd1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:   clit
# Date created:        2005-01-11
# Whom:                Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
#
# $FreeBSD$
#

PORTNAME=   clit
PORTVERSION=    ${MAJ_VER}.${MIN_VER}
CATEGORIES= textproc
MASTER_SITES=   http://www.convertlit.com/:clit \
        http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/:clit \
        http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/:ltm
DISTFILES=  clit${MAJ_VER}${MIN_VER}src.zip:clit \
        ltm-0.33.tar.bz2:ltm
EXTRACT_ONLY=   clit${MAJ_VER}${MIN_VER}src.zip

MAINTAINER= itetcu@FreeBSD.org
COMMENT=    Microsoft Lit to HTML and Open eBooks converter

PATCH_WRKSRC=   ${WRKDIR}/${PORTNAME}${MAJ_VER}${MIN_VER}
NO_WRKSUBDIR=   yes

MAJ_VER=    1
MIN_VER=    8

PLIST_FILES=    bin/clit

USE_ZIP=    yes
USE_GMAKE=  yes

post-extract:
    cd ${WRKDIR} && ${BZIP2_CMD} -dc "${DISTDIR}/ltm-0.33.tar.bz2" | \
        ${TAR} -xf -

post-patch:
    @${FIND} ${WRKDIR} -name *.c -or -name *.h | ${XARGS} ${REINPLACE_CMD} -e 's|
||'

do-build:
    cd ${WRKDIR}/libtommath-0.33 && \
    ${SETENV} ${MAKE_ENV} ${MAKE} -f makefile  libtommath.a
    cd ${WRKDIR}/lib &&  ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile all
    cd ${WRKDIR}/${PORTNAME}${MAJ_VER}${MIN_VER} &&  \
        ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile all

do-install:
    @${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME}${MAJ_VER}${MIN_VER}/clit \
        ${LOCALBASE}/bin

.include <bsd.port.mk>