Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / ORBit / Makefile
blob3bfcc5d63652457155586407587e4dd57bab8b5e
1 # $NetBSD: Makefile,v 1.123 2012/10/23 17:18:08 asau Exp $
3 DISTNAME= ORBit-0.5.17
4 PKGREVISION= 2
5 CATEGORIES= net
6 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.5/}
7 EXTRACT_SUFX= .tar.bz2
9 MAINTAINER= pkgsrc-users@NetBSD.org
10 HOMEPAGE= http://www.gnome.org/
11 COMMENT= High-performance CORBA ORB with support for the C language
13 PKG_INSTALLATION_TYPES= overwrite pkgviews
15 USE_TOOLS+= bison flex gmake xgettext
16 USE_LIBTOOL= YES
17 PTHREAD_AUTO_VARS= YES
19 GNU_CONFIGURE= YES
20 CONFIGURE_ENV+= LIBWRAP_PATH=${BUILDLINK_PREFIX.tcp_wrappers}/lib/libwrap.a
21 CONFIGURE_ENV+= LIB_WRAP="-lwrap"
23 PKGCONFIG_OVERRIDE+= ORBit.pc.in
24 PKGCONFIG_OVERRIDE+= libIDL/libIDL.pc.in
26 INFO_FILES= yes
28 .include "../../mk/bsd.prefs.mk"
30 .if ${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
31 DEPENDS+= gindent-[0-9]*:../../devel/gindent
32 .endif
34 .include "../../devel/gettext-lib/buildlink3.mk"
35 .include "../../devel/glib/buildlink3.mk"
36 .include "../../security/tcp_wrappers/buildlink3.mk"
37 .include "../../mk/pthread.buildlink3.mk"
39 .if ${PTHREAD_TYPE} != "native"
40 CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
41 .endif
43 .include "../../mk/bsd.pkg.mk"