2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= installalias
19 COMPONENT_VERSION
= 0.5.11
20 COMPONENT_SUMMARY
= installalias font tool
22 COMPONENT_PROJECT_URL
= https
://hg.java.net
/hg
/solaris-x11~x-s12-clone
23 COMPONENT_FMRI
= x11
/installalias
24 COMPONENT_LICENSE
= MIT
25 COMPONENT_LICENSE_FILE
= COPYING
26 COMPONENT_CLASSIFICATION
= System
/X11
28 include $(WS_TOP
)/make-rules
/justmake.mk
29 include $(WS_TOP
)/make-rules
/ips.mk
31 LDFLAGS
+= -L
/usr
/lib
/xorg
-R
/usr
/lib
/xorg
33 COMPONENT_COMMON_ENV
= CC
=$(CC
)
34 COMPONENT_COMMON_ENV
+= CFLAGS
="$(CFLAGS)"
35 COMPONENT_COMMON_ENV
+= LDFLAGS
="$(LDFLAGS)"
37 COMPONENT_BUILD_ENV
+= $(COMPONENT_COMMON_ENV
)
38 COMPONENT_INSTALL_ENV
+= INSTALL
=$(INSTALL
)
39 COMPONENT_INSTALL_ENV
+= PREFIX
=/usr
49 $(RM
) $(SOURCE_DIR
)/.prep
55 install: $(INSTALL_32
)
59 REQUIRED_PACKAGES
+= system
/library
60 REQUIRED_PACKAGES
+= x11
/library
/libxfont