xdtm port
This commit is contained in:
parent
d35ac8f9b1
commit
b353961e86
21
x11/xdtm/Makefile
Normal file
21
x11/xdtm/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# OpenBSD makefile for: xdtm
|
||||
# Version required: 2.5.5
|
||||
# Date created: May 19 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 05:47:23 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xdtm-2.5.5
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= applications/xdtm
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/xdtm
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/xdtm/files/md5
Normal file
1
x11/xdtm/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xdtm-2.5.5.tar.gz) = 36d3a5e5abb18b250b34cbbefcd21014
|
26
x11/xdtm/patches/patch-aa
Normal file
26
x11/xdtm/patches/patch-aa
Normal file
@ -0,0 +1,26 @@
|
||||
*** Imakefile.orig Thu Dec 29 01:41:09 1994
|
||||
--- Imakefile Wed Apr 26 04:44:56 1995
|
||||
***************
|
||||
*** 240,249 ****
|
||||
sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \
|
||||
xdtmrc.orig > xdtmrc
|
||||
sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad
|
||||
|
||||
XCOMM Install the xdtm execute script file, used to prevent xterms closing
|
||||
XCOMM when the inferier process dies.
|
||||
! InstallProgram(xdtm.sh, $(BINDIR))
|
||||
|
||||
XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default
|
||||
XCOMM application defaults.
|
||||
--- 240,250 ----
|
||||
sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \
|
||||
xdtmrc.orig > xdtmrc
|
||||
sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad
|
||||
+ mv xdtm.sh xdtm.sh.script
|
||||
|
||||
XCOMM Install the xdtm execute script file, used to prevent xterms closing
|
||||
XCOMM when the inferier process dies.
|
||||
! InstallScript(xdtm.sh, $(BINDIR))
|
||||
|
||||
XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default
|
||||
XCOMM application defaults.
|
1
x11/xdtm/pkg/COMMENT
Normal file
1
x11/xdtm/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Desktop Manager is a graphical shell for the X Window System.
|
5
x11/xdtm/pkg/DESCR
Normal file
5
x11/xdtm/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
The X Desktop Manager is a graphical shell for the X Window System,
|
||||
it provides mechanisms for all the usual shell activities and is
|
||||
intended to reduce the training necessary for UNIX novice to become
|
||||
productive on your system.
|
||||
|
9
x11/xdtm/pkg/PLIST
Normal file
9
x11/xdtm/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
bin/xdtm
|
||||
bin/xdtm.sh
|
||||
lib/X11/xdtm/help
|
||||
lib/X11/xdtm/perm.help
|
||||
lib/X11/xdtm/xdtmrc
|
||||
lib/X11/xdtm/new_xdtm.xbm
|
||||
lib/X11/app-defaults/Xdtm
|
||||
lib/X11/xdtm/icons
|
||||
man/man1/xdtm.1
|
Loading…
Reference in New Issue
Block a user