1997-01-25 10:09:03 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: xwpe
|
|
|
|
# Date created: Fri Jan 24, 1997
|
|
|
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-01-25 10:09:03 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:44:42 +02:00
|
|
|
PORTNAME= xwpe
|
2002-07-13 19:53:44 +02:00
|
|
|
PORTVERSION= 1.5.29a
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
1997-01-25 10:09:03 +01:00
|
|
|
CATEGORIES= devel
|
1998-05-09 20:52:44 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
2000-02-29 10:32:18 +01:00
|
|
|
http://www.identicalsoftware.com/xwpe/ \
|
|
|
|
ftp://ftp.identicalsoftware.com/pub/linux/xwpe/
|
1997-04-22 12:50:10 +02:00
|
|
|
MASTER_SITE_SUBDIR= apps/editors/X
|
1997-01-25 10:09:03 +01:00
|
|
|
|
2002-05-08 23:03:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A Borland-like IDE programming environment
|
1997-01-25 10:09:03 +01:00
|
|
|
|
2000-02-29 10:32:18 +01:00
|
|
|
USE_XLIB= yes
|
1997-01-25 10:09:03 +01:00
|
|
|
USE_GMAKE= yes
|
2002-07-13 19:53:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-10 19:26:55 +02:00
|
|
|
CONFIGURE_ENV=
|
2002-07-13 19:53:44 +02:00
|
|
|
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
|
|
|
ALL_TARGET= # none
|
|
|
|
|
1997-01-25 19:08:40 +01:00
|
|
|
MAN1= xwpe.1
|
1999-06-12 22:49:20 +02:00
|
|
|
MLINKS= xwpe.1 xwe.1 \
|
|
|
|
xwpe.1 wpe.1 \
|
|
|
|
xwpe.1 we.1
|
1997-01-25 19:08:40 +01:00
|
|
|
|
2002-07-13 19:53:44 +02:00
|
|
|
post-patch:
|
|
|
|
.for file in we_prog.c we_fl_unix.c
|
|
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \
|
|
|
|
s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/${file}
|
|
|
|
.endfor
|
1997-01-25 10:09:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|