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
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 2016 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= cscope
20 COMPONENT_VERSION
= 15.9
21 COMPONENT_PROJECT_URL
= https
://cscope.sourceforge.net
/
22 COMPONENT_SUMMARY
= Cscope is a developer
's tool for browsing source code.
23 COMPONENT_DESCRIPTION= \
24 Cscope is a developer's tool for browsing source code. It has an impeccable \
25 Unix pedigree
, having been originally developed at Bell Labs back in the \
26 days of the PDP-11. Cscope was part of the official AT
&T Unix distribution \
27 for many years
, and has been used to manage projects involving
20 million \
29 COMPONENT_FMRI
= developer
/cscope
30 COMPONENT_CLASSIFICATION
= Development
/Editors
31 COMPONENT_SRC
= cscope-
$(COMPONENT_VERSION
)
32 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
33 COMPONENT_ARCHIVE_HASH
= \
34 sha256
:c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159
35 COMPONENT_ARCHIVE_URL
= \
36 https
://downloads.sourceforge.net
/cscope
/$(COMPONENT_ARCHIVE
)
37 COMPONENT_LICENSE
= BSD
38 COMPONENT_LICENSE_FILE
= COPYING
40 include $(WS_MAKE_RULES
)/prep.mk
41 include $(WS_MAKE_RULES
)/configure.mk
42 include $(WS_MAKE_RULES
)/ips.mk
44 CFLAGS
+= -D_FILE_OFFSET_BITS
=64
48 install: $(INSTALL_64
)
52 REQUIRED_PACKAGES
+= SUNWcs
53 REQUIRED_PACKAGES
+= system
/library
54 REQUIRED_PACKAGES
+= library
/ncurses