components/ntp/Makefile
changeset 172 093198acf7d4
child 181 87e11e685b1f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ntp/Makefile	Fri Apr 08 05:28:01 2011 -0700
@@ -0,0 +1,65 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		ntp-dev
+COMPONENT_PATCH_VERSION=	200
+COMPONENT_VERSION=	4.2.5
+IPS_COMPONENT_VERSION=	$(COMPONENT_VERSION).$(COMPONENT_PATCH_VERSION)
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)p$(COMPONENT_PATCH_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:ff032582d66314ff2556a368162fd1fd15fbf9a6
+COMPONENT_ARCHIVE_URL=	http://archive.ntp.org/ntp4/ntp-dev/$(COMPONENT_ARCHIVE)
+PATCH_LEVEL = 0
+
+include ../../make-rules/prep.mk
+include ../../make-rules/configure.mk
+include ../../make-rules/ips.mk
+
+CONFIGURE_ENV +=	CFLAGS="$(CFLAGS) $(studio_C99_ENABLE) -D_XOPEN_SOURCE=600 -D__EXTENSIONS__"
+CONFIGURE_OPTIONS +=	--bindir=/usr/sbin
+CONFIGURE_OPTIONS +=	--with-binsubdir=sbin
+CONFIGURE_OPTIONS +=	--libexecdir=/usr/lib/inet
+CONFIGURE_OPTIONS +=	--sysconfdir=/etc/inet
+CONFIGURE_OPTIONS +=	--enable-all-clocks
+CONFIGURE_OPTIONS +=	--enable-debugging
+CONFIGURE_OPTIONS +=	--enable-debug-timing
+CONFIGURE_OPTIONS +=	--disable-optional-args
+CONFIGURE_OPTIONS +=	--enable-parse-clocks
+CONFIGURE_OPTIONS +=	--enable-ignore-dns-errors
+CONFIGURE_OPTIONS +=	--without-ntpsnmpd
+CONFIGURE_OPTIONS +=	--without-lineeditlibs
+CONFIGURE_OPTIONS +=	--with-openssl-libdir=/lib
+CONFIGURE_OPTIONS +=	--disable-getifaddrs
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+build:		$(BUILD_32)
+install:	$(INSTALL_32)
+test:
+	@echo "no tests available"
+
+include ../../make-rules/depend.mk