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

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

1.28    ! joerg       1: # $NetBSD: Makefile,v 1.27 2005/12/05 20:49:51 rillig 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.28    ! joerg      14: PKG_DESTDIR_SUPPORT=   user-destdir
        !            15:
1.24      dmcmahil   16: DIST_SUBDIR=   ${PKGNAME_NOREV}
                     17:
1.18      agc        18: WRKSRC=                        ${WRKDIR}/fasthenry-3.0
1.1       frueauf    19: HAS_CONFIGURE=         yes
1.4       tron       20: CONFIGURE_SCRIPT=      ./config
1.26      rillig     21: CONFIGURE_ARGS+=       default
1.7       dmcmahil   22:
                     23: .include "../../mk/bsd.prefs.mk"
                     24:
1.26      rillig     25: LIBS+=         ${COMPILER_RPATH_FLAG}${LOCALBASE}/lib
1.7       dmcmahil   26: .if (${MACHINE_ARCH} == "alpha")
1.11      jlam       27: #
                     28: # optimized libffm (free fast math library)
1.26      rillig     29: #
1.21      snj        30: .  include "../../math/libffm/buildlink3.mk"
1.9       jlam       31: DEPENDS+=      libffm-[0-9]*:../../math/libffm
1.26      rillig     32: LIBS+=         -lffm
1.10      cjep       33: .endif
1.26      rillig     34: LIBS+=         -lm
1.27      rillig     35: MAKE_ENV+=     LIBS=${LIBS:M*:Q}
1.10      cjep       36:
1.14      abs        37: .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
1.20      jlam       38: GCC_REQD+=             2.95.3
1.7       dmcmahil   39: .endif
1.1       frueauf    40:
1.28    ! joerg      41: INSTALLATION_DIRS=     bin
        !            42:
1.1       frueauf    43: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>