mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
xwpe is a X-window programming environment designed for UNIX systems.
It is similar to 'Borland C++' MS-DOS programming IDE environment. There is both a curses and X11 interface. Note: there are both English and German language version of the manpages, and helpfiles. The German language version will be installed if "GERMAN_LANG" is set during ``make install'' of the port.
This commit is contained in:
parent
bd3f2af640
commit
5173f872a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5437
6 changed files with 85 additions and 0 deletions
43
devel/xwpe/Makefile
Normal file
43
devel/xwpe/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: xwpe
|
||||
# Version required: 1.6.2
|
||||
# Date created: Fri Jan 24, 1997
|
||||
# Whom: David O'Brien (obrien@FreeBSD.org)
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/12/01 01:23:12 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xwpe-1.4.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
ftp://ftp.uni-hannover.de/pub/mirror/linux-distrib/apps/editors/
|
||||
MASTER_SITE_SUBDIR= apps/editors
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= obrien@NUXI.com
|
||||
|
||||
# LD_LIBRARY_PATH is to deal with a braindead libX11.a search in configure
|
||||
# (once again author assumes too many Linux'isms)
|
||||
# it is not exptected to be set at runtime.
|
||||
MAKE_ENV+= LD_LIBRARY_PATH="${X11BASE}/lib"
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LD_LIBRARY_PATH="${X11BASE}/lib"
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET=
|
||||
.if defined(GERMAN_LANG)
|
||||
INSTALL_TARGET= install_german
|
||||
.endif
|
||||
MAN1= xwpe.1 xwe.1 wpe.1 we.1
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xwpe
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/xwpe
|
||||
.if defined(GERMAN_LANG)
|
||||
${INSTALL_DATA} ${WRKSRC}/xwpe_gr.doc ${PREFIX}/share/doc/xwpe/xwpe.doc
|
||||
.else
|
||||
${INSTALL_DATA} ${WRKSRC}/xwpe_eng.doc ${PREFIX}/share/doc/xwpe/xwpe.doc
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/xwpe/distinfo
Normal file
1
devel/xwpe/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xwpe-1.4.2.tgz) = 16b2873c2b0739e07702825df51d7977
|
11
devel/xwpe/files/patch-02
Normal file
11
devel/xwpe/files/patch-02
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Fri Apr 7 05:23:04 1995
|
||||
+++ Makefile.in Sat Jan 25 00:59:00 1997
|
||||
@@ -8,7 +8,7 @@
|
||||
#Destination Directory
|
||||
prefix=/usr/local
|
||||
DESTDIR= $(prefix)/bin
|
||||
-LIBDIR= $(prefix)/lib
|
||||
+LIBDIR= $(prefix)/share
|
||||
WPELIBDIR= $(LIBDIR)/wpe
|
||||
MANDIR= $(prefix)/man
|
||||
|
1
devel/xwpe/pkg-comment
Normal file
1
devel/xwpe/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Borland-like IDE programming environment.
|
18
devel/xwpe/pkg-descr
Normal file
18
devel/xwpe/pkg-descr
Normal file
|
@ -0,0 +1,18 @@
|
|||
xwpe is a X-window programming environment designed for UNIX systems.
|
||||
It is similar to 'Borland C++' MS-DOS programming IDE environment.
|
||||
|
||||
xwpe supports man compilers, linkers, and debuggers, so you are not tied to
|
||||
any particular set of tools. There is both a curses and X11 interface
|
||||
(the later with mouse support).
|
||||
|
||||
Errors that occur while compiling and linking a program can be examined in
|
||||
the sources -- the cursor will jump to the corresponding line in the
|
||||
source file. Programs composed of more than one source file, can be
|
||||
managed with the project-option. Your program may be run and debugged from
|
||||
within xwpe -- allowing the user to set breakpoints and watch variables.
|
||||
|
||||
Note: there are both English and German language version of the manpages,
|
||||
and helpfiles. The German language version will be installed if
|
||||
"GERMAN_LANG" is set during ``make install'' of the port.
|
||||
|
||||
-- David (obrien@FreeBSD.org)
|
11
devel/xwpe/pkg-plist
Normal file
11
devel/xwpe/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
bin/we
|
||||
bin/xwe
|
||||
bin/xwpe
|
||||
bin/wpe
|
||||
man/man1/xwe.1.gz
|
||||
man/man1/wpe.1.gz
|
||||
man/man1/we.1.gz
|
||||
@unexec /bin/rm -rf %D/share/wpe
|
||||
share/wpe
|
||||
@unexec /bin/rm -rf %D/share/doc/xwpe
|
||||
share/doc/xwpe
|
Loading…
Add table
Reference in a new issue