[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / eio

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/eio/Makefile between version 1.1 and 1.7

version 1.1, 2013/06/16 18:56:06 version 1.7, 2017/01/01 16:05:57
Line 2 
Line 2 
 #  #
   
 DISTNAME=       eio-1.7.7  DISTNAME=       eio-1.7.7
   PKGREVISION=    4
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   http://download.enlightenment.org/releases/  MASTER_SITES=   http://download.enlightenment.org/releases/
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
Line 17  GNU_CONFIGURE= yes
Line 18  GNU_CONFIGURE= yes
 USE_LIBTOOL=    yes  USE_LIBTOOL=    yes
 USE_TOOLS+=     pkg-config  USE_TOOLS+=     pkg-config
   
   CONFIGURE_ARGS.SunOS+=  --disable-inotify
   
 INSTALLATION_DIRS=      share/doc/eio  INSTALLATION_DIRS=      share/doc/eio
   
   .include "../../mk/compiler.mk"
   
   .if empty(PKGSRC_COMPILER:Msunpro)
   BUILDLINK_TRANSFORM+=   rm:-mt
   .endif
   
 post-install:  post-install:
         ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \          ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
             ${DESTDIR}${PREFIX}/share/doc/eio              ${DESTDIR}${PREFIX}/share/doc/eio

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

CVSweb <webmaster@jp.NetBSD.org>