Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2011, Andrzej Szeszo 
# Copyright 2019, Nona Hansel
#
 
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=        javahelp
COMPONENT_VERSION=    2_0_05
COMPONENT_REVISION=    1
COMPONENT_SRC=        jh2.0
COMPONENT_ARCHIVE=    $(COMPONENT_NAME)$(COMPONENT_VERSION).zip
COMPONENT_ARCHIVE_HASH=    sha256:285728ab8cbebd2b51531fb7c7fb3213e6cf82bd8d1851ccd0ca78af7a11189f
COMPONENT_ARCHIVE_URL=    ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/$(COMPONENT_ARCHIVE)
 
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/ips.mk
 
build: prep
 
install: build
    [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
 
clean::
    rm -rf $(BUILD_DIR)