bzip2: change to new library paths
[unleashed-userland.git] / components / mrxvt / Makefile
blob95363aacde7635c1e0ec3cf85918303fab4c0df3
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 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= mrxvt
18 COMPONENT_VERSION= 0.5.4
19 COMPONENT_REVISION= 1
20 COMPONENT_PROJECT_URL= http://materm.sourceforge.net/wiki/pmwiki.php
21 COMPONENT_SUMMARY= Mrxvt - lightweight multi-tabbed terminal emulator
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:f403ad5a908fcd38a55ed0a7e1b85584cb77be8781199653a39b8af1a9ad10d7
26 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/materm/files/mrxvt%20source/0.5.4/$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= terminal/mrxvt
28 COMPONENT_CLASSIFICATION= Applications/System Utilities
29 COMPONENT_LICENSE= GPLv2
30 COMPONENT_LICENSE_FILE= COPYING
32 include $(WS_TOP)/make-rules/prep.mk
33 include $(WS_TOP)/make-rules/configure.mk
34 include $(WS_TOP)/make-rules/ips.mk
36 PATH=/usr/gnu/bin:/usr/bin
38 # build with the system default libjpeg
39 CFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CFLAGS)
40 CXXFLAGS += $(JPEG_CPPFLAGS) $(JPEG_CXXFLAGS)
41 LDFLAGS += $(JPEG_LDFLAGS)
43 CONFIGURE_OPTIONS += --sysconfdir=/etc
44 CONFIGURE_OPTIONS += --enable-everything
45 CONFIGURE_OPTIONS += --disable-debug
47 # common targets
48 build: $(BUILD_32)
50 install: $(INSTALL_32)
52 test: $(NO_TESTS)
54 REQUIRED_PACKAGES += image/library/$(JPEG_IMPLEM)
55 REQUIRED_PACKAGES += system/library
56 REQUIRED_PACKAGES += system/library/fontconfig
57 REQUIRED_PACKAGES += x11/library/libice
58 REQUIRED_PACKAGES += x11/library/libsm
59 REQUIRED_PACKAGES += x11/library/libx11
60 REQUIRED_PACKAGES += x11/library/libxft
61 REQUIRED_PACKAGES += x11/library/libxpm
62 REQUIRED_PACKAGES += x11/library/libxrender