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

Diff for /ports/net/seafile/Attic/Makefile.inc between version 1.1 and 1.2

version 1.1, 2014/01/17 10:48:47 version 1.2, 2014/01/17 15:15:16
Line 5 
Line 5 
 #COMES_WITH =           ???  #COMES_WITH =           ???
 #BROKEN =               reason  #BROKEN =               reason
   
 V =                     2.0.6  V =                     2.0.8
   DISTNAME =              ${NAME}-${V}
   
 CATEGORIES =            net net/seafile  CATEGORIES =            net net/seafile
   
Line 16 
Line 17 
 # GPLv3  # GPLv3
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
   
 MASTER_SITES =          https://seafile.googlecode.com/files/  MASTER_SITES =          https://github.com/haiwen/${NAME}/archive/
   DISTFILES =             ${DISTNAME}${EXTRACT_SUFX}{v$V${EXTRACT_SUFX}}
   
 #DIST_SUBDIR =          ???  #DIST_SUBDIR =          ???
   
Line 31 
Line 33 
 #FAKE_FLAGS =           ???  #FAKE_FLAGS =           ???
 #TEST_FLAGS =           ???  #TEST_FLAGS =           ???
   
 # build/configuration variables  
 #  
 #SEPARATE_BUILD =       Yes (build in a directory other than WRKSRC)  #SEPARATE_BUILD =       Yes (build in a directory other than WRKSRC)
 #SEPARATE_BUILD =       flavored (distinct flavors may share a common WRKSRC)  #SEPARATE_BUILD =       flavored (distinct flavors may share a common WRKSRC)
 #USE_GMAKE =            Yes  #USE_GMAKE =            Yes
Line 40 
Line 40 
 # Programs that require GNU libtool to build instead of the OpenBSD one  # Programs that require GNU libtool to build instead of the OpenBSD one
 # should use this option.  # should use this option.
 #USE_LIBTOOL=           gnu  #USE_LIBTOOL=           gnu
 # Set CONFIGURE_STYLE to value corresponding to some standard configuration  
 #         perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's  
 #         Module::Build Build.PL)  
 #         gnu [autoconf] [old] [dest]: gnu style configure (old: no  
 #         sysconfdir), (dest: add DESTDIR, does not handle it),  
 #         (autoconf: needed by port, implies gnu)  
 #       XXX: cygnus products do NOT use autoconf for making the main  
 #               configure from configure.in  
 #         imake [noman]: port uses imake for configuration.  
 #         (noman: no man page installation)  
 #         simple: port has its own configure script  
 #CONFIGURE_STYLE =  #CONFIGURE_STYLE =
 #CONFIGURE_SCRIPT =     ??? (if other than configure)  #CONFIGURE_SCRIPT =     ??? (if other than configure)
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}  #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}

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

CVSweb