aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/liblqr-1/Makefile
blob: c780d2bf6c44599dda9bed75392c2af6ad592bb5 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# New ports collection makefile for:    liblqr-1
# Date created:     30 Jan 2008
# Whom:         Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=   liblqr-1
DISTVERSION=    0.1.0-1
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://liblqr.wikidot.com/local--files/en:download-page/ \
        http://www.amdmi3.ru/distfiles/

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    An easy to use C/C++ seam carving library

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  glib20 pkgconfig

WRKSRC=     ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/^([0-9.]+)-([0-9]+)$/\1/}

USE_LDCONFIG=   yes

.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
        ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl

PORTDOCS=   *
.endif
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES=   *

PKGMESSAGE= ${WRKDIR}/pkg_message
.endif

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e '/^lqr_pkgconfigdir/ s|$$(libdir)|$${exec_prefix}/libdata|' \
        ${WRKSRC}/Makefile.in
    @${REINPLACE_CMD} -e 's|/usr.*chunk\.xsl|${LOCALBASE}/share/xsl/docbook/html/chunk.xsl|' \
        ${WRKSRC}/docs/lqr_style.xsl

post-build:
.if !defined(NOPORTDOCS)
    ${RM} ${WRKSRC}/examples/*.orig
    cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} xml
.endif

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
    ${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}

    @${ECHO_CMD} "==========================================================================" >> ${PKGMESSAGE}
    @${ECHO_CMD} "NOTE: In order to compile examples for liblrq, you will" >> ${PKGMESSAGE}
    @${ECHO_CMD} "also need pngwriter port (${PORTSDIR}/graphics/pngwriter)." >> ${PKGMESSAGE}
    @${ECHO_CMD} "Examples are located in ${EXAMPLESDIR}" >> ${PKGMESSAGE}
    @${ECHO_CMD} "==========================================================================" >> ${PKGMESSAGE}

.if !exists(${LOCALBASE}/lib/libpngwriter.a)
    @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
.endif
.endif

.include <bsd.port.post.mk>