python/pytest-black: drop deprecated path from pytest_collect_file
[oi-userland.git] / components / x11 / mrxvt / Makefile
blobb3c1e0186245895c0b423b87c4ccaa89663a7ccb
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 (c) 2015 Alexander Pyhalov
15 BUILD_BITS= 32
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= mrxvt
19 COMPONENT_VERSION= 0.5.4
20 COMPONENT_REVISION= 3
21 COMPONENT_PROJECT_URL= http://materm.sourceforge.net/wiki/pmwiki.php
22 COMPONENT_SUMMARY= Mrxvt - lightweight multi-tabbed terminal emulator
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:f403ad5a908fcd38a55ed0a7e1b85584cb77be8781199653a39b8af1a9ad10d7
27 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/materm/files/mrxvt%20source/0.5.4/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= terminal/mrxvt
29 COMPONENT_CLASSIFICATION= Applications/System Utilities
30 COMPONENT_LICENSE= GPLv2
31 COMPONENT_LICENSE_FILE= COPYING
33 TEST_TARGET= $(NO_TESTS)
34 include $(WS_MAKE_RULES)/common.mk
36 PATH=$(PATH.gnu)
38 # build with the system default libjpeg
39 CFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
40 CXXFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
41 LDFLAGS += $(JPEG_LDFLAGS)
43 LDFLAGS += -lutempter
45 CONFIGURE_OPTIONS += --sysconfdir=/etc
46 CONFIGURE_OPTIONS += --enable-everything
47 CONFIGURE_OPTIONS += --disable-debug
50 # Auto-generated dependencies
51 REQUIRED_PACKAGES += image/library/$(JPEG_IMPLEM)
52 REQUIRED_PACKAGES += system/library
53 REQUIRED_PACKAGES += system/library/fontconfig
54 REQUIRED_PACKAGES += system/library/libutempter
55 REQUIRED_PACKAGES += x11/library/libice
56 REQUIRED_PACKAGES += x11/library/libsm
57 REQUIRED_PACKAGES += x11/library/libx11
58 REQUIRED_PACKAGES += x11/library/libxft
59 REQUIRED_PACKAGES += x11/library/libxpm
60 REQUIRED_PACKAGES += x11/library/libxrender