1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/xwpe/Makefile
Bill Fenner 239ccf5328 Update to 1.5.18a
PR:		ports/11570 (kinda)
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-12 20:49:20 +00:00

36 lines
905 B
Makefile

# ex:ts=8
# Ports collection makefile for: xwpe
# Version required: 1.5.18a
# Date created: Fri Jan 24, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
# $Id: Makefile,v 1.8 1999/02/28 10:00:07 obrien Exp $
#
DISTNAME= xwpe-1.5.18a
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.rpi.edu/~payned/xwpe/ \
ftp://identicalsoftware.com/pub/linux/xwpe/
MASTER_SITE_SUBDIR= apps/editors/X
MAINTAINER= obrien@FreeBSD.org
# 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=
MAN1= xwpe.1
MLINKS= xwpe.1 xwe.1 \
xwpe.1 wpe.1 \
xwpe.1 we.1
post-install:
@strip ${PREFIX}/bin/xwpe
.include <bsd.port.mk>