Makefile revision 3661
268c4e79c40845fb0005c44d177497bf5fad4518Mark Andrews# CDDL HEADER START
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews# The contents of this file are subject to the terms of the
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews# Common Development and Distribution License (the "License").
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews# You may not use this file except in compliance with the License.
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman# or http://www.opensolaris.org/os/licensing.
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman# See the License for the specific language governing permissions
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman# and limitations under the License.
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman# When distributing Covered Code, include this CDDL HEADER in each
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman# If applicable, add the following below this CDDL HEADER, with the
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman# fields enclosed by brackets "[]" replaced with your own identifying
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman# information: Portions Copyright [yyyy] [name of copyright owner]
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman# CDDL HEADER END
b51391848127d0303bd385a555c76aef57d1b4ebEvan Hunt# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
2f450fcd295795fb1771432e098af3d6e52c8a0bMark AndrewsCOMPONENT_PROJECT_URL= http://monkey.org/~provos/libevent/
2f450fcd295795fb1771432e098af3d6e52c8a0bMark AndrewsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-stable
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews sha256:afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301
e939674d53a127ddeeaf4b41fd72933f0b493308Mark AndrewsCOMPONENT_ARCHIVE_URL= http://cloud.github.com/downloads/libevent/libevent/$(COMPONENT_ARCHIVE)
821ff5e8fa1df2e09fea157ee3e298eef6cf4ec9Evan Hunt#The original manpage is in a format that the Solaris man command does
821ff5e8fa1df2e09fea157ee3e298eef6cf4ec9Evan Hunt#not understand. Hence it has been manually converted.
f06b6a9b14509a3b473f52dd797bc490f6f6511dMark Andrews#List of files from the original package that are not being delivered
a70fc47e9dc165175e77f091076559748858a488Mark Andrews# this isn't really true - there _are_ tests, but we can't run
0526268c2b2806ceb67032e0bfee708b6e70e004Mark Andrews# them because we delete things that the tests want (see above).