2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2013, Adam Stevko. All rights reserved.
13 # Copyright 2019, Michal Nowak
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= help2man
19 COMPONENT_VERSION
= 1.49.3
20 COMPONENT_SUMMARY
= help2man is a tool for automatically generating simple manual pages from program output
21 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
22 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
23 COMPONENT_ARCHIVE_HASH
= sha256
:4d7e4fdef2eca6afe07a2682151cea78781e0a4e8f9622142d9f70c083a2fd4f
24 COMPONENT_ARCHIVE_URL
= https
://ftp.gnu.org
/gnu
/help2man
/$(COMPONENT_ARCHIVE
)
25 COMPONENT_PROJECT_URL
= https
://www.gnu.org
/software
/help2man
/
26 COMPONENT_FMRI
= developer
/build
/$(COMPONENT_NAME
)
27 COMPONENT_CLASSIFICATION
= Development
/GNU
28 COMPONENT_LICENSE
= GPLv3
30 TEST_TARGET
= $(NO_TESTS
)
32 include $(WS_TOP
)/make-rules
/common.mk
34 CONFIGURE_OPTIONS
+= --infodir=$(CONFIGURE_INFODIR
)
35 CONFIGURE_ENV
+= PERL
="$(PERL)"
37 # Auto-generated dependencies
38 PERL_REQUIRED_PACKAGES
+= runtime
/perl