1997-01-25 09:09:03 +00:00
|
|
|
# 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)
|
|
|
|
#
|
1998-05-09 18:52:44 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/02/21 05:14:09 steve Exp $
|
1997-01-25 09:09:03 +00:00
|
|
|
#
|
|
|
|
|
1998-05-09 18:52:44 +00:00
|
|
|
DISTNAME= xwpe-1.5.9a
|
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/ \
|
|
|
|
ftp://identical.stu.rpi.edu/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
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
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.
|
|
|
|
MAKE_ENV+= LD_LIBRARY_PATH="${X11BASE}/lib"
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= LD_LIBRARY_PATH="${X11BASE}/lib"
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET=
|
1997-01-25 18:08:40 +00:00
|
|
|
MAN1= xwpe.1
|
|
|
|
|
1997-01-25 09:09:03 +00:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/xwpe
|
1997-01-25 18:08:40 +00:00
|
|
|
@(cd ${PREFIX}/man/man1 ; \
|
|
|
|
for mp in xwe.1 wpe.1 we.1 ; \
|
1998-02-21 05:15:36 +00:00
|
|
|
do ${RM} -f $$mp ; ln -sf xwpe.1.gz $$mp.gz ; done )
|
1997-01-25 09:09:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|