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

Annotation of pkgsrc/net/ORBit2/Makefile, Revision 1.47

1.47    ! jmmv        1: # $NetBSD: Makefile,v 1.46 2006/02/07 19:20:18 drochner Exp $
1.1       rh          2: #
                      3:
1.47    ! jmmv        4: DISTNAME=              ORBit2-2.14.0
1.1       rh          5: CATEGORIES=            net gnome
1.47    ! jmmv        6: MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/}
1.1       rh          7: EXTRACT_SUFX=          .tar.bz2
                      8:
1.18      grant       9: MAINTAINER=            rh@NetBSD.org
1.1       rh         10: HOMEPAGE=              http://orbit-resource.sourceforge.net/
1.19      martti     11: COMMENT=               High-performance CORBA ORB with C language support
1.1       rh         12:
1.32      xtraeme    13: PKG_INSTALLATION_TYPES= overwrite pkgviews
                     14:
1.22      jmmv       15: CONFLICTS=             linc>=1.1
                     16:
1.41      jlam       17: USE_TOOLS+=            gmake pkg-config
1.1       rh         18: USE_LIBTOOL=           YES
                     19: GNU_CONFIGURE=         YES
1.43      wiz        20: #TEST_TARGET=          check
1.22      jmmv       21:
1.44      rillig     22: CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
1.31      jmmv       23: CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc
1.22      jmmv       24:
1.27      jmmv       25: PKGCONFIG_OVERRIDE=    ORBit-2.0.pc.in
                     26: PKGCONFIG_OVERRIDE+=   ORBit-CosNaming-2.0.pc.in
                     27: PKGCONFIG_OVERRIDE+=   ORBit-imodule-2.0.pc.in
                     28: PKGCONFIG_OVERRIDE+=   src/idl-compiler/ORBit-idl-2.0.pc.in
1.1       rh         29:
1.30      danw       30: CPPFLAGS.Darwin+=      -DBIND_8_COMPAT
                     31:
1.31      jmmv       32: PRINT_PLIST_AWK+=      /^@dirrm share\/idl$$/ \
                     33:                                { print "@unexec $${RMDIR} %D/" $$2 \
                     34:                                  " 2>/dev/null || $${TRUE}"; next; }
                     35:
1.25      xtraeme    36: .include "../../devel/glib2/buildlink3.mk"
                     37: .include "../../devel/popt/buildlink3.mk"
                     38: .include "../../net/libIDL/buildlink3.mk"
1.1       rh         39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>