[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / uniconvertor

Diff for /ports/graphics/uniconvertor/Makefile between version 1.2 and 1.6

version 1.2, 2010/02/10 07:32:48 version 1.6, 2011/03/04 21:09:54
Line 2 
Line 2 
   
 COMMENT =               universal vector graphics translator  COMMENT =               universal vector graphics translator
   
 V =                     1.1.4  V =                     1.1.5
 DISTNAME =              uniconvertor-${V}  DISTNAME =              uniconvertor-${V}
   
 CATEGORIES =            graphics  CATEGORIES =            graphics
   
 HOMEPAGE =              http://sk1project.org/  HOMEPAGE =              http://sk1project.org/
   
 #MAINTAINER =           ???  MAINTAINER =            Kirill Bychkov <yason@linklevel.net>
   
 # GPLv2/LGPLv2  # GPLv2/LGPLv2
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
Line 17 
Line 17 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 MASTER_SITES =          http://sk1project.org/downloads/uniconvertor/v${V}/  MASTER_SITES =          http://uniconvertor.googlecode.com/files/
   
 MODULES =               lang/python  MODULES =               lang/python
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
 WRKDIST =               ${WRKDIR}/UniConvertor-${V}  SEPARATE_BUILD =        concurrent
   
 post-patch:  SUBST_VARS =            V
         perl -pi -e 's,python,${MODPY_BIN},g' ${WRKSRC}/src/uniconv  MODPY_ADJ_FILES =       setup.py src/uniconv src/__init__.py
         perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g' ${WRKSRC}/src/__init__.py  
   
 post-install:  
         ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uniconvertor  
 .for i in COPYRIGHTS  GNU_GPL_v2  GNU_LGPL_v2  
         ${INSTALL_DATA} ${WRKSRC}/src/$i ${PREFIX}/share/doc/uniconvertor/  
 .endfor  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb