pkgsrc/net/ORBit/Makefile
jmmv 858cbda302 Get rid of the ORBIT_{MAJOR,MINOR} variables and instead directly put the
version number where appropriate.  They are useless.
2005-03-09 15:30:36 +00:00

44 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.112 2005/03/09 15:30:36 jmmv Exp $
DISTNAME= ORBit-0.5.17
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.5/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= High-performance CORBA ORB with support for the C language
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= lex make yacc
USE_LIBTOOL= YES
PTHREAD_AUTO_VARS= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LIBWRAP_PATH=${BUILDLINK_PREFIX.tcp_wrappers}/lib/libwrap.a
CONFIGURE_ENV+= LIB_WRAP="-lwrap"
PKGCONFIG_OVERRIDE+= ORBit.pc.in
PKGCONFIG_OVERRIDE+= libIDL/libIDL.pc.in
INFO_FILES= libIDL.info
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
DEPENDS+= gindent-[0-9]*:../../devel/gindent
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib/buildlink3.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} != "native"
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
.endif
.include "../../mk/bsd.pkg.mk"