GCC: use -fuse-cxa-atexit by default
[unleashed-userland.git] / components / sccs / Makefile
blob2f53ce27b48b268a6f7a2bb3f1a353722906ef13
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= sccs
19 COMPONENT_VERSION= 5.07
20 IPS_COMPONENT_VERSION=5.0.7
21 COMPONENT_SUMMARY= The POSIX standard Source Code Control System
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH = sha256:e0d04d99ff9158870437b018e4205da2778d716034b70468b0fecc67c597de19
25 COMPONENT_PROJECT_URL = http://sccs.sourceforge.net/
26 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/sccs/files/$(COMPONENT_ARCHIVE)/download
27 COMPONENT_CLASSIFICATION= Development/Source Code Management
28 COMPONENT_LICENSE_FILE= sccs.license
29 COMPONENT_LICENSE= GPL,CDDL
30 COMPONENT_FMRI= developer/versioning/sccs
32 include ../../make-rules/prep.mk
33 include ../../make-rules/justmake.mk
34 include ../../make-rules/ips.mk
36 PATH=$(GCC_ROOT)/bin:/usr/bin:/usr/gnu/bin
38 build: $(BUILD_32)
40 install: $(INSTALL_32)
42 test: $(NO_TESTS)