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

Annotation of pkgsrc/devel/florist/Makefile, Revision 1.10

1.10    ! joerg       1: # $NetBSD: Makefile,v 1.9 2005/12/05 20:50:03 rillig Exp $
1.1       shannonj    2: #
                      3:
                      4: DISTNAME=              florist-3.15p-src
                      5: PKGNAME=               florist-3.15p
1.10    ! joerg       6: PKGREVISION=   2
1.1       shannonj    7: CATEGORIES=            devel
                      8: MASTER_SITES=          ftp://ftp.cs.nyu.edu/pub/gnat/3.15p/
                      9: EXTRACT_SUFX=          .tgz
                     10:
                     11: MAINTAINER=            shannonjr@NetBSD.org
                     12: HOMEPAGE=              ftp://ftp.cs.nyu.edu/pub/gnat/3.15p/
                     13: COMMENT=               FSU implementation of POSIX.5 (Ada binding)
                     14:
                     15: USE_PKGLOCALEDIR=      yes
                     16: GNU_CONFIGURE=         yes
                     17: USE_AUTOCONF=          yes
1.8       jlam       18: USE_TOOLS+=            autoconf213 gmake
1.1       shannonj   19:
                     20: .include "../../mk/bsd.prefs.mk"
                     21:
                     22: # This package requires an Ada compiler. Two are available:
1.3       shannonj   23: # 1) lang/gcc34-ada and 2) lang/gcc34 built with Ada option
                     24: # If USE_GCC_34=YES this package will use gcc34. Otherwise,
                     25: # it will use gcc34-ada
1.9       rillig     26: BUILD_DEFS+=   USE_GCC_34
1.1       shannonj   27: USE_GCC_34?=   NO
                     28:
                     29: post-extract:
                     30:        ${CP} ${FILESDIR}/pconfig.NetBSD ${WRKSRC}/configs
                     31:
                     32: pre-configure:
                     33: .if !empty(USE_GCC_34:M[Yy][Ee][Ss])
1.3       shannonj   34: .  include "../../lang/gcc34/preconfigure.mk"
1.1       shannonj   35: .else
1.3       shannonj   36: .  include "../../lang/gcc34-ada/preconfigure.mk"
1.1       shannonj   37: .endif
1.8       jlam       38:        cd ${WRKSRC}; autoconf
1.1       shannonj   39:
                     40: do-install:
1.5       wiz        41:        @${INSTALL_DATA_DIR} ${PREFIX}/lib/florist
1.1       shannonj   42:        @${INSTALL_DATA} ${WRKSRC}/floristlib/*.ad[sb] \
                     43:                ${WRKSRC}/floristlib/*.ali \
                     44:                ${PREFIX}/lib/florist
                     45:        @${INSTALL_DATA} ${WRKSRC}/floristlib/libflorist.a ${PREFIX}/lib
                     46:
                     47: .if !empty(USE_GCC_34:M[Yy][Ee][Ss])
1.3       shannonj   48: .  include "../../lang/gcc34/buildlink3.mk"
1.1       shannonj   49: .else
1.3       shannonj   50: .  include "../../lang/gcc34-ada/buildlink3.mk"
1.1       shannonj   51: .endif
                     52: .include "../../mk/pthread.buildlink3.mk"
                     53: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>