buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.78 2002/08/25 18:39:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/}
|
|
|
|
MAINTAINER= wiz@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= high-performance CORBA ORB with support for the C language
|
|
|
|
DEPENDS+= gindent-[0-9]*:../../devel/gindent
|
|
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
|
|
|
|
USE_GMAKE= YES
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool
|
|
LIBTOOL_OVERRIDE+= ${WRKSRC}/popt/libtool
|
|
LIBTOOL_OVERRIDE+= ${WRKSRC}/libIDL/libtool
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
|
|
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
|
|
|
|
# for DISTNAME, PKGNAME, and PLIST
|
|
ORBIT_MAJOR= 5
|
|
ORBIT_MINOR= 15
|
|
PLIST_SUBST+= ORBIT_MAJOR=${ORBIT_MAJOR} ORBIT_MINOR=${ORBIT_MINOR}
|
|
|
|
INFO_FILES= libIDL.info
|
|
|
|
AUTOMAKE_OVERRIDE= NO # Otherwise breaks 1.5 arm32
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/glib/buildlink2.mk"
|
|
.include "../../security/tcp_wrappers/buildlink2.mk"
|
|
|
|
.include "../../mk/texinfo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|