REQ font-util
[unleashed-userland.git] / components / urxvt / Makefile
blob7a49bd0f91cca391f4eccaabc7b394237e5f210d
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 2011, Andrzej Szeszo
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= rxvt-unicode
18 COMPONENT_VERSION= 9.21
19 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
20 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
21 COMPONENT_ARCHIVE_HASH= sha256:75270ed72bc5895a64a1d7392bf45a622204192371c3965bd3dd978dc088956b
22 COMPONENT_ARCHIVE_URL= http://dist.schmorp.de/rxvt-unicode/Attic/$(COMPONENT_ARCHIVE)
23 COMPONENT_PROJECT_URL= http://software.schmorp.de/pkg/rxvt-unicode.html
25 COMPONENT_ARCHIVE_1= tabbedex
26 COMPONENT_ARCHIVE_URL_1= https://raw.github.com/stepb/urxvt-tabbedex/master/tabbedex
28 include ../../make-rules/prep.mk
29 include ../../make-rules/configure.mk
30 include ../../make-rules/ips.mk
32 PKG_PROTO_DIRS += $(USERLAND_ARCHIVES)
34 CPPFLAGS += -DLASTLOG_FILE='\"/var/adm/lastlog\"'
36 CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)"
37 CONFIGURE_OPTIONS += PERL="$(PERL)"
38 CONFIGURE_OPTIONS += --enable-256-color
39 CONFIGURE_OPTIONS += --enable-everything
41 build: $(BUILD_32)
43 install: $(INSTALL_32)
45 test: $(NO_TESTS)