[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / xosview

Annotation of pkgsrc/sysutils/xosview/Makefile, Revision 1.31

1.31    ! tv          1: # $NetBSD: Makefile,v 1.30 2000/08/23 23:14:31 tron Exp $
1.1       agc         2: #
                      3:
1.24      bgrayson    4: DISTNAME=       xosview-1.7.0.b
1.31    ! tv          5: PKGNAME=       xosview-1.7.0b
1.1       agc         6: CATEGORIES=    sysutils
1.11      tron        7: MASTER_SITES=   http://www.ece.utexas.edu/~bgrayson/xosview/ \
                      8:                http://lore.ece.utexas.edu/~bgrayson/xosview/
1.1       agc         9:
1.28      tron       10: MAINTAINER=    bgrayson@netbsd.org
1.15      tsarna     11: HOMEPAGE=      http://lore.ece.utexas.edu/~bgrayson/xosview.html
1.21      tron       12:
1.30      tron       13: HAS_CONFIGURE= YES
1.12      tron       14: CONFIGURE_ARGS+= --prefix=${PREFIX}
1.30      tron       15: USE_X11BASE=   YES
                     16: USE_XPM=       YES
1.26      agc        17:
                     18: .include "../../mk/bsd.prefs.mk"
                     19:
                     20: .if ${OPSYS} == "NetBSD"
1.19      agc        21: BUILD_DEFS=    UVM
1.26      agc        22: .elif ${OPSYS} == "SunOS"
1.29      agc        23: BUILD_DEPENDS+=        ${LOCALBASE}/egcs/bin/g++:../../lang/egcs
1.26      agc        24: CONFIGURE_ENV+=        CXX=${LOCALBASE}/egcs/bin/g++
1.29      agc        25: CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include"
                     26: CONFIGURE_ENV+= LIBS="${LIBS} -lsocket -lnsl"
1.30      tron       27: USE_GMAKE=     YES
1.26      agc        28: .endif
1.1       agc        29:
1.9       agc        30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>