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 Aurelien Larcher
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= rasterfile
19 COMPONENT_VERSION
= 7.5
20 COMPONENT_FMRI
= x11
/header
/rasterfile
21 COMPONENT_CLASSIFICATION
= Development
/X11
22 COMPONENT_SUMMARY
= rasterfile
- Sun file format for raster images
24 COMPONENT_PROJECT_URL
= https
://hg.java.net
/hg
/solaris-x11~x-s12-clone
25 COMPONENT_LICENSE
= Oracle
26 COMPONENT_LICENSE_FILE
= rasterfile.license
28 include $(WS_TOP
)/make-rules
/ips.mk
30 rasterfile_INCDIR
=$(PROTO_DIR
)$(USRINCDIR
)/pixrect
31 rasterfile_MANDIR
=$(PROTO_DIR
)$(USRSHAREMAN5DIR
)
36 $(MKDIR
) $(rasterfile_INCDIR
) $(rasterfile_MANDIR
)
37 $(INSTALL
) -m
0444 $(SOURCE_DIR
)/rasterfile.h
$(rasterfile_INCDIR
)
38 $(INSTALL
) -m
0444 $(SOURCE_DIR
)/rasterfile
.5 $(rasterfile_MANDIR
)