gcc-6: don't ship info pages
[unleashed-userland.git] / components / gmtp / Makefile
blob356cfd5a2efbe861bec23b9608c5674386a6e725
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 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gmtp
18 COMPONENT_VERSION= 1.3.9
19 COMPONENT_PROJECT_URL= http://gmtp.sourceforge.net/
20 COMPONENT_SUMMARY= A simple MP3 and Media player client for UNIX and UNIX like systems
21 COMPONENT_FMRI= system/media/gmtp
22 COMPONENT_CLASSIFICATION= Applications/Accessories
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:5bff5385db66f5c3e82d89edb7ca4a8ccb8c8954faf7341438080f2741dcbd2d
27 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/gmtp/files/gMTP-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
28 COMPONENT_LICENSE= BSD
29 COMPONENT_LICENSE_FILE= COPYING
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/configure.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 CONFIGURE_OPTIONS+= --sysconfdir=/etc
37 # common targets
38 build: $(BUILD_32)
40 install: $(INSTALL_32)
42 test: $(NO_TESTS)