David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
7b0440 1 #
NH 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2019 Nona Hansel
13 #
14
15 BUILD_BITS=        64
16
17 include ../../../make-rules/shared-macros.mk
18
19 COMPONENT_NAME=        mpack
20 COMPONENT_VERSION=    1.6
1dc204 21 COMPONENT_REVISION=    1
7b0440 22 COMPONENT_SUMMARY=    utilities for encoding and decoding (respectively) binary files in MIME format mail messages 
NH 23 COMPONENT_PROJECT_URL=    ftp://ftp.andrew.cmu.edu:pub/mpack
24 COMPONENT_FMRI=        mail/mpack
25 COMPONENT_CLASSIFICATION= System/Text Tools    
26 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
27 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
28 COMPONENT_ARCHIVE_URL=    https://fossies.org/linux/misc/old/$(COMPONENT_ARCHIVE)
29 COMPONENT_ARCHIVE_HASH=    \
30     sha256:274108bb3a39982a4efc14fb3a65298e66c8e71367c3dabf49338162d207a94c
31 COMPONENT_LICENSE=    CMU
32
33 PATCH_LEVEL=        0
34
35 TEST_TARGET=        $(NO_TESTS)
36
37 include $(WS_MAKE_RULES)/common.mk
38
1dc204 39 # Some source files are read-only
B 40 COMPONENT_POST_UNPACK_ACTION= $(CHMOD) +w $(SOURCE_DIR)/*
41
42 CONFIGURE_OPTIONS = --prefix=/usr
7b0440 43 CONFIGURE_OPTIONS+= --mandir=/usr/share/man
NH 44 CONFIGURE_OPTIONS+= --bindir=/usr/bin
45
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES += system/library