summaryrefslogtreecommitdiff
path: root/misc/screen
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-11-14 23:24:23 +0000
committerjlam <jlam@pkgsrc.org>2002-11-14 23:24:23 +0000
commitd6130503419506990d3e1aa6fb82f52364c457af (patch)
treeb6d7934edaf3eb9152d97f168f2b2e0f45508d37 /misc/screen
parenta1ab69b67269d424f0e8ef3940efa83bad8ec798 (diff)
downloadpkgsrc-d6130503419506990d3e1aa6fb82f52364c457af.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'misc/screen')
-rw-r--r--misc/screen/Makefile24
1 files changed, 13 insertions, 11 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 8593ba85c34..16221f1ba9f 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2002/11/04 22:39:17 hubertf Exp $
+# $NetBSD: Makefile,v 1.37 2002/11/14 23:33:12 jlam Exp $
DISTNAME= screen-3.9.13
CATEGORIES= misc
@@ -9,27 +9,29 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.gnu.org/software/screen/screen.html
COMMENT= Multi-screen window manager
-GNU_CONFIGURE= yes
+USE_BUILDLINK2= # defined
INFO_FILES= screen.info
PLIST_SUBST= DISTNAME=${DISTNAME}
-USE_BUILDLINK_ONLY= yes
TEXINFO_OVERRIDE= YES
-CONFIGURE_ARGS+=--with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc \
- --enable-telnet
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc
+CONFIGURE_ARGS+= --enable-telnet
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == SunOS)
-PLIST_SRC= ${PKGDIR}/PLIST.SunOS
+
+.if exists(${PKGDIR}/PLIST.${OPSYS})
+PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS}
.endif
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen
- ${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/share/examples/screen/screenrc
+ ${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
+ cd ${WRKSRC}/terminfo && \
+ ${SETENV} TERMINFO=${PREFIX}/share/lib/terminfo \
+ /usr/5bin/tic screeninfo.src
.endif
.include "../../mk/texinfo.mk"