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

Annotation of pkgsrc/cad/ng-spice/Makefile, Revision 1.2

1.2     ! wiz         1: # $NetBSD: Makefile,v 1.1.1.1 2000/11/14 14:28:14 dmcmahill Exp $
1.1       dmcmahil    2: #
                      3:
                      4: DISTNAME=      ng-spice-rework-13
                      5: PKGNAME=       ng-spice-13
                      6: CATEGORIES=    cad
                      7: MASTER_SITES=  ftp://ieee.ing.uniroma1.it/pub/ng-spice/distribution/
                      8:
                      9: MAINTAINER=    dmcmahill@netbsd.org
                     10: HOMEPAGE=      http://ieee.ing.uniroma1.it/ngspice/
1.2     ! wiz        11: COMMENT=       Next generation circuit simulation program
1.1       dmcmahil   12:
                     13: .if !exists(/usr/include/getopt.h)
                     14: DEPENDS+=       libgetopt-*:../../devel/libgetopt
                     15: LDFLAGS+=       -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -lgetopt
                     16: CPPFLAGS+=     -I${LOCALBASE}/include
                     17: .endif
                     18:
                     19: USE_LIBTOOL=           YES
                     20: LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
                     21: USE_CURSES=             YES
                     22: REPLACE_NCURSES=        configure configure.in
                     23: GNU_CONFIGURE=         yes
                     24: CONFIGURE_ARGS+=       --disable-debug
                     25: LDFLAGS+=       -Wl,-R${X11BASE}/lib -L${X11BASE}/lib
                     26: CONFIGURE_ENV+=                LDFLAGS+="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
                     27:
                     28: CONFLICTS+=            spice-*
                     29:
                     30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>