pkgsrc/misc/screen/Makefile
hubertf 06bf877bd7 Update to screen 3.9.15. Changes:
* unicode combining character support
* new encoding: chinese GBK
* new 'backtick' command and string escape to embed command
  output into e.g. the hardstatus line

Update submitted by Juan RP <juan@xtraeme.unixbsd.org>
2003-03-15 16:16:37 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.42 2003/03/15 16:16:37 hubertf Exp $
DISTNAME= screen-3.9.15
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU:=screen/}
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.gnu.org/software/screen/screen.html
COMMENT= Multi-screen window manager
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
INFO_FILES= screen.info
PLIST_SUBST= DISTNAME=${DISTNAME}
TEXINFO_OVERRIDE= YES
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc
CONFIGURE_ARGS+= --enable-telnet
.include "../../mk/bsd.prefs.mk"
post-patch:
@for file in etc/etcscreenrc doc/screen.1; do \
${MV} ${WRKSRC}/$$file ${WRKSRC}/$$file.orig; \
${SED} ${FILES_SUBST_SED} \
${WRKSRC}/$$file.orig > ${WRKSRC}/$$file; \
done
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen
${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc \
${PREFIX}/share/examples/screen/screenrc
.if ${OPSYS} == "SunOS"
cd ${WRKSRC}/terminfo && \
${SETENV} TERMINFO=${PREFIX}/share/lib/terminfo \
/usr/5bin/tic screeninfo.src
.endif
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"