[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / geo / gpscorrelate

Diff for /ports/geo/gpscorrelate/Makefile between version 1.1 and 1.2

version 1.1, 2009/09/10 19:12:33 version 1.2, 2010/03/11 12:36:19
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 BROKEN =                systrace filter or some other way for making docs  
   
 COMMENT =               GPS photo correlation  COMMENT =               GPS photo correlation
   
 DISTNAME =              gpscorrelate-1.6.0  DISTNAME =              gpscorrelate-1.6.1
   
 CATEGORIES =            geo  CATEGORIES =            geo
   
Line 26 
Line 25 
 MODULES =               devel/gettext \  MODULES =               devel/gettext \
                         textproc/intltool                          textproc/intltool
   
 BUILD_DEPENDS =         ::textproc/libxslt  BUILD_DEPENDS =         ::textproc/libxslt \
                           ::converters/xmltoman \
                           ::textproc/docbook \
                           ::textproc/docbook-xsl
   
 LIB_DEPENDS =           atk-1.0.>=2400::devel/atk \  LIB_DEPENDS =           atk-1.0.>=2400::devel/atk \
                         cairo.>=9::graphics/cairo \                          cairo.>=9::graphics/cairo \
Line 47 
Line 49 
   
 USE_X11 =               Yes  USE_X11 =               Yes
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
   FAKE_FLAGS +=           mandir="${PREFIX}/man"
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
   post-install:
           ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
           ${INSTALL_DATA} ${WRKSRC}/gpscorrelate.desktop ${PREFIX}/share/applications/
           ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/scalable/apps/
           ${INSTALL_DATA} ${WRKSRC}/gpscorrelate-gui.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
   
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb