mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: xwpe
|
|
# Date created: Fri Jan 24, 1997
|
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xwpe
|
|
PORTVERSION= 1.5.30a
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.identicalsoftware.com/xwpe/ \
|
|
ftp://ftp.identicalsoftware.com/pub/linux/xwpe/
|
|
MASTER_SITE_SUBDIR= apps/editors/X
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= A Borland-like IDE programming environment
|
|
|
|
USE_GMAKE= yes
|
|
USE_XORG= sm ice x11
|
|
GNU_CONFIGURE= yes
|
|
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|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/${file}
|
|
.endfor
|
|
${REINPLACE_CMD} -e 's|$$(INSTALL_PROGRAM)|${INSTALL_PROGRAM}|g' \
|
|
${WRKSRC}/Makefile.in
|
|
${REINPLACE_CMD} -e 's|$$(INSTALL_DATA)|${INSTALL_DATA}|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|