aboutsummaryrefslogtreecommitdiffstats
path: root/libversit/Makefile.am
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-01-21 16:28:09 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-21 16:28:09 +0800
commit6cfc31750daed7f502b3d0097892a70e9f134fdf (patch)
tree20f738f0aded9cedba313aedef013d1fda7927c2 /libversit/Makefile.am
parent733a9024ae7ae20df421aee546bf0a9252c9ffd1 (diff)
downloadgsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.gz
gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.zst
gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.zip
Libversit / VFS work - Federico
svn path=/trunk/; revision=1601
Diffstat (limited to 'libversit/Makefile.am')
-rw-r--r--libversit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am
index ce54e0bc25..6e9daee0e3 100644
--- a/libversit/Makefile.am
+++ b/libversit/Makefile.am
@@ -10,4 +10,4 @@ libversit_la_SOURCES = \
vcaltmp.c \
vcaltmp.h
-EXTRA_DIST = README.TXT vcaltest.c vctest.c
+EXTRA_DIST = README.TXT vcaltest.c vctest.c ChangeLog
>24384937bf5f
79c3df0c9f81
24033c7d2335

79c3df0c9f81
24033c7d2335


79c3df0c9f81






24033c7d2335

79c3df0c9f81
24033c7d2335

9fc27559c617


24033c7d2335



79c3df0c9f81
24033c7d2335





79c3df0c9f81
24033c7d2335

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


                           
                     
                     

                                                                    






                                                       

                                                          
                                                

                                                               
                                             


                             






                                   

                                                   
      

           


                                                              



                                                                                             
                         





                                                                               
      

                      
# $FreeBSD$

PORTNAME=   libosmocore
PORTVERSION=    0.8.0
CATEGORIES= devel
MASTER_SITES=   http://git.osmocom.org/libosmocore/snapshot/ \
        http://chaosophia.net/downloads/osmocom/${PORTNAME}/

MAINTAINER= koue@chaosophia.net
COMMENT=    Common library for all Osmocom projects

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libpcsclite.so:${PORTSDIR}/devel/pcsc-lite

USES=       gmake libtool pkgconfig execinfo
USE_AUTOTOOLS=  aclocal autoconf automake libtoolize autoheader
AUTOMAKE_ARGS=  --gnu --add-missing --copy
LDFLAGS+=   -L${LOCALBASE}/lib -lexecinfo
USE_LDCONFIG=   yes
INSTALL_TARGET= install-strip

OPTIONS_DEFINE= DOCS
DOCS_DESC=  Build documentation
OPTIONS_UNSET=  DOCS

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
        dot:${PORTSDIR}/graphics/graphviz
.endif

post-patch:
.if ${PORT_OPTIONS:MDOCS}
    ${CP} ${WRKSRC}/Makefile.am.orig ${WRKSRC}/Makefile.am
.endif
    ${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \
        ${WRKSRC}/Makefile.am
    ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version

.if ${PORT_OPTIONS:MDOCS}
post-install:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in codec core gsm vty
    ${FIND} ${WRKSRC}/doc/${i}/html -not -type d | ${SED} \
      's,^${WRKSRC}/doc/${i}/html,${DOCSDIR_REL}/${i}/html,' >> ${TMPPLIST}
.endfor
.endif

.include <bsd.port.mk>