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

Annotation of pkgsrc/cad/fasthenry/Makefile, Revision 1.23

1.23    ! dmcmahil    1: # $NetBSD: Makefile,v 1.22 2004/08/27 06:29:06 jlam Exp $
1.1       frueauf     2: #
                      3:
1.2       tsarna      4: DISTNAME=      fasthenry-3.0-12Nov96
1.3       agc         5: PKGNAME=       fasthenry-3.0.19961112
1.2       tsarna      6: CATEGORIES=    cad
1.23    ! dmcmahil    7: MASTER_SITES=  http://www.rle.mit.edu/cpg/codes/
1.2       tsarna      8: EXTRACT_SUFX=  .tar.Z
1.1       frueauf     9:
1.15      grant      10: MAINTAINER=    dmcmahill@NetBSD.org
1.23    ! dmcmahil   11: HOMEPAGE=      http://www.rle.mit.edu/cpg/research_codes.htm
1.8       wiz        12: COMMENT=       Three-dimensional inductance extraction program
1.6       dmcmahil   13:
1.18      agc        14: WRKSRC=                        ${WRKDIR}/fasthenry-3.0
1.21      snj        15: USE_BUILDLINK3=                yes
1.1       frueauf    16: HAS_CONFIGURE=         yes
1.4       tron       17: CONFIGURE_SCRIPT=      ./config
1.1       frueauf    18: CONFIGURE_ARGS=                default
1.7       dmcmahil   19:
                     20: .include "../../mk/bsd.prefs.mk"
                     21:
                     22: .if (${MACHINE_ARCH} == "alpha")
1.11      jlam       23: #
                     24: # optimized libffm (free fast math library)
                     25: #>
1.21      snj        26: .  include "../../math/libffm/buildlink3.mk"
1.9       jlam       27: DEPENDS+=      libffm-[0-9]*:../../math/libffm
1.22      jlam       28: LIBS=          -L${LOCALBASE}/lib ${COMPILER_RPATH_FLAG}${LOCALBASE}/lib -lffm -lm
1.7       dmcmahil   29: MAKE_ENV+=     LIBS="${LIBS}"
                     30: .else
                     31: LIBS=          -lm
1.11      jlam       32: MAKE_ENV+=     LIBS="${LIBS}"
1.10      cjep       33: .endif
                     34:
1.14      abs        35: .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
1.20      jlam       36: GCC_REQD+=             2.95.3
1.7       dmcmahil   37: .endif
1.1       frueauf    38:
                     39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>