[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / seafile / searpc

Diff for /ports/net/seafile/searpc/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2014/01/17 18:03:40 version 1.3, 2014/01/21 19:27:08
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #SHARED_ONLY =          ???  
   
 COMMENT =               simple RPC framework based on GObject system  COMMENT =               simple RPC framework based on GObject system
   
 NAME =                  libsearpc  NAME =                  libsearpc
   
 #SHARED_LIBS +=                 searpc-json-glib        0.0 # 1400.2  
 SHARED_LIBS +=          searpc                  0.0 # 1.2  SHARED_LIBS +=          searpc                  0.0 # 1.2
   
 # LGPLv3  # LGPLv3
Line 16 
Line 15 
                         lang/python                          lang/python
 LIB_DEPENDS =           devel/glib2 \  LIB_DEPENDS =           devel/glib2 \
                         devel/jansson                          devel/jansson
 #TEST_DEPENDS =         ???  
   
 SEPARATE_BUILD =        Yes  SEPARATE_BUILD =        Yes
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
 CONFIGURE_STYLE =       automake  CONFIGURE_STYLE =       automake
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}  
 #CONFIGURE_ENV =        ???  
   
 AUTOCONF_VERSION =      2.63  AUTOCONF_VERSION =      2.63
 AUTOMAKE_VERSION =      1.11  AUTOMAKE_VERSION =      1.11
   
 NO_TEST =               Yes  NO_TEST =               Yes
   
   MODPY_ADJ_FILES =       lib/searpc-codegen.py pysearpc/pygencode.py
   
 pre-configure:  pre-configure:
         cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \          cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb