1999-02-20 23:48:24 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 1999/02/20 22:48:44 hubertf Exp $
|
1998-01-25 00:34:50 +01:00
|
|
|
#
|
1997-10-24 12:11:28 +02:00
|
|
|
|
1999-02-17 01:16:55 +01:00
|
|
|
DISTNAME= xosview-1.7.0.b
|
1997-10-24 12:11:28 +02:00
|
|
|
CATEGORIES= sysutils
|
1998-05-18 11:07:32 +02:00
|
|
|
MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/ \
|
|
|
|
http://lore.ece.utexas.edu/~bgrayson/xosview/
|
1997-10-24 12:11:28 +02:00
|
|
|
|
1997-10-24 17:12:12 +02:00
|
|
|
MAINTAINER= bgrayson@ece.utexas.edu
|
1998-08-20 17:16:34 +02:00
|
|
|
HOMEPAGE= http://lore.ece.utexas.edu/~bgrayson/xosview.html
|
1997-10-24 12:11:28 +02:00
|
|
|
|
1998-05-29 19:57:29 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
1999-01-31 00:18:44 +01:00
|
|
|
USE_X11BASE= yes
|
1998-11-04 17:58:09 +01:00
|
|
|
BUILD_DEFS= UVM
|
1997-10-24 12:11:28 +02:00
|
|
|
|
1998-11-04 17:58:09 +01:00
|
|
|
# On arm32, with UVM, pmap.h contains a C++ keyword. Workaround this.
|
1998-11-04 17:37:11 +01:00
|
|
|
pre-build:
|
1998-11-16 16:04:51 +01:00
|
|
|
@if [ ${MACHINE} = "arm32" -a ! -z "${UVM}" ]; then \
|
1999-01-23 01:26:05 +01:00
|
|
|
${MKDIR} ${WRKSRC}/include/machine; \
|
1998-11-04 17:58:09 +01:00
|
|
|
${SED} -e 's|virtual|virt|' /usr/include/machine/pmap.h \
|
1998-11-16 16:04:51 +01:00
|
|
|
> ${WRKSRC}/include/machine/pmap.h; \
|
1998-11-04 17:37:11 +01:00
|
|
|
fi
|
|
|
|
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|