pkgsrc/sysutils/xosview/Makefile

28 lines
634 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.27 2000/02/19 02:05:26 wiz Exp $
1998-01-25 00:34:50 +01:00
#
DISTNAME= xosview-1.7.0.b
CATEGORIES= sysutils
MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/ \
http://lore.ece.utexas.edu/~bgrayson/xosview/
MAINTAINER= bgrayson@ece.utexas.edu
HOMEPAGE= http://lore.ece.utexas.edu/~bgrayson/xosview.html
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_X11BASE= yes
1999-04-07 12:09:18 +02:00
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
BUILD_DEFS= UVM
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
.include "../../mk/bsd.pkg.mk"