python27: use absolute path to dtrace(8)
[unleashed-userland.git] / components / gtkam / Makefile
blobcd63551cd839da4bb261742f64cceb52f88ba40d
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) 2014 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gtkam
18 COMPONENT_VERSION= 0.1.18
19 # Version was bumped in JDS
20 GIMP_GTKAM_VERSION= 2.30.0
21 COMPONENT_PROJECT_URL= http://libexif.sourceforge.net/
22 COMPONENT_SUMMARY= A GTK Digital Camera Viewing Tool
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:01aa8afa9e96195355ad39083806708a097a04c885dbc26b3ca881767edabc0c
27 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/gphoto/files/gtkam/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
28 COMPONENT_CLASSIFICATION = Applications/Graphics and Imaging
29 COMPONENT_FMRI = desktop/gtkam
30 COMPONENT_LICENSE = GPLv2
31 COMPONENT_LICENSE_FILE = COPYING
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 PKG_MACROS += GIMP_GTKAM_VERSION=$(GIMP_GTKAM_VERSION)
39 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
41 # common targets
42 build: $(BUILD_32)
44 install: $(INSTALL_32)
46 test: $(NO_TESTS)
48 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
50 include $(WS_TOP)/make-rules/depend.mk