1997-01-25 09:09:03 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: xwpe
|
1999-06-12 20:49:20 +00:00
|
|
|
# Version required: 1.5.18a
|
1997-01-25 09:09:03 +00:00
|
|
|
# Date created: Fri Jan 24, 1997
|
|
|
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-01-25 09:09:03 +00:00
|
|
|
#
|
|
|
|
|
1999-09-22 08:34:45 +00:00
|
|
|
DISTNAME= xwpe-1.5.19a
|
1997-01-25 09:09:03 +00:00
|
|
|
CATEGORIES= devel
|
1998-05-09 18:52:44 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
http://www.rpi.edu/~payned/xwpe/ \
|
1999-06-12 20:49:20 +00:00
|
|
|
ftp://identicalsoftware.com/pub/linux/xwpe/
|
1997-04-22 10:50:10 +00:00
|
|
|
MASTER_SITE_SUBDIR= apps/editors/X
|
1997-01-25 09:09:03 +00:00
|
|
|
|
1998-05-09 18:52:44 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1997-01-25 09:09:03 +00:00
|
|
|
|
|
|
|
# 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.
|
1998-08-13 03:35:24 +00:00
|
|
|
MAKE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib"
|
1997-01-25 09:09:03 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-08-13 03:35:24 +00:00
|
|
|
CONFIGURE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib"
|
1997-01-25 09:09:03 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET=
|
1997-01-25 18:08:40 +00:00
|
|
|
MAN1= xwpe.1
|
1999-06-12 20:49:20 +00:00
|
|
|
MLINKS= xwpe.1 xwe.1 \
|
|
|
|
xwpe.1 wpe.1 \
|
|
|
|
xwpe.1 we.1
|
1997-01-25 18:08:40 +00:00
|
|
|
|
1997-01-25 09:09:03 +00:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/xwpe
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|