freebsd-ports/devel/xwpe/Makefile

40 lines
853 B
Makefile
Raw Normal View History

# 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$
#
2000-04-14 07:44:42 +02:00
PORTNAME= xwpe
PORTVERSION= 1.5.29a
PORTREVISION= 2
CATEGORIES= devel
1998-05-09 20:52:44 +02:00
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
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
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
USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
2004-04-10 19:26:55 +02:00
CONFIGURE_ENV=
CONFIGURE_ARGS= --libdir=${PREFIX}/share
ALL_TARGET= # none
MAN1= xwpe.1
MLINKS= xwpe.1 xwe.1 \
xwpe.1 wpe.1 \
xwpe.1 we.1
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
.include <bsd.port.mk>