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

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

Diff for /pkgsrc/x11/wterm/Makefile between version 1.19 and 1.20

version 1.19, 2002/03/13 17:38:04 version 1.20, 2002/08/25 21:52:50
Line 10  MAINTAINER= rh@netbsd.org
Line 10  MAINTAINER= rh@netbsd.org
 HOMEPAGE=       http://largo.windowmaker.org/files.php\#wterm  HOMEPAGE=       http://largo.windowmaker.org/files.php\#wterm
 COMMENT=        NeXTStep(tm) style X11 terminal emulator for WindowMaker  COMMENT=        NeXTStep(tm) style X11 terminal emulator for WindowMaker
   
 GNU_CONFIGURE=          YES  GNU_CONFIGURE=  YES
 USE_X11BASE=            YES  USE_X11BASE=    YES
 # some /usr/X11R6/lib references sneak in  USE_BUILDLINK2= YES
 # USE_BUILDLINK_ONLY=   YES  
   
 CONFIGURE_ARGS+= --enable-utmp --enable-wtmp --enable-xpm-background  CONFIGURE_ARGS+= --enable-utmp --enable-wtmp --enable-xpm-background
 CONFIGURE_ARGS+= --enable-menubar --enable-graphics --enable-next-scroll  CONFIGURE_ARGS+= --enable-menubar --enable-graphics --enable-next-scroll
 CONFIGURE_ARGS+= --enable-half-shadow  CONFIGURE_ARGS+= --enable-half-shadow
 CONFIGURE_ARGS+= --with-xpm-library=${XPMDIR}  CONFIGURE_ARGS+= --with-xpm-library=${BUILDLINK_PREFIX.xpm}
   
 EVAL_PREFIX+=   XPMDIR=xpm  
   
 post-install:  post-install:
         ${CHMOD} 4755 ${PREFIX}/bin/wterm          ${CHMOD} 4755 ${PREFIX}/bin/wterm
Line 29  post-install:
Line 26  post-install:
         ${INSTALL_DATA} ${WRKSRC}/wtermthai.tiff \          ${INSTALL_DATA} ${WRKSRC}/wtermthai.tiff \
                 ${PREFIX}/share/WindowMaker/Icons                  ${PREFIX}/share/WindowMaker/Icons
   
 .include "../../wm/windowmaker/buildlink.mk"  .include "../../wm/windowmaker/buildlink2.mk"
 .include "../../mk/x11.buildlink.mk"  
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>