2000-02-19 03:05:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.27 2000/02/19 02:05:26 wiz 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
|
1999-04-07 12:09:18 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
1998-11-04 17:58:09 +01:00
|
|
|
BUILD_DEFS= UVM
|
1997-10-24 12:11:28 +02:00
|
|
|
|
1999-04-07 12:09:18 +02:00
|
|
|
.elif ${OPSYS} == "SunOS"
|
|
|
|
DEPENDS+= egcs-1.1.2:../../lang/egcs
|
|
|
|
CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.endif
|
|
|
|
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|