components/meld/Makefile
changeset 3817 30b42c38bbc4
parent 1998 0dfe74929e1c
child 3914 0919f4d30271
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		meld
    26 COMPONENT_NAME=		meld
    33 COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/gnome/sources/meld/1.4/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://ftp.gnome.org/pub/gnome/sources/meld/1.4/$(COMPONENT_ARCHIVE)
    34 COMPONENT_BUGDB=	utility/meld
    34 COMPONENT_BUGDB=	utility/meld
    35 
    35 
    36 TPNO=			16990
    36 TPNO=			16990
    37 
    37 
    38 include ../../make-rules/prep.mk
    38 include $(WS_MAKE_RULES)/prep.mk
    39 include ../../make-rules/justmake.mk
    39 include $(WS_MAKE_RULES)/justmake.mk
    40 include ../../make-rules/ips.mk
    40 include $(WS_MAKE_RULES)/ips.mk
    41 
    41 
    42 # Meld has no configure however it honors DESTDIR which is necessary so
    42 # Meld has no configure however it honors DESTDIR which is necessary so
    43 # we don't try to install into roots /usr but rather our proto areas usr
    43 # we don't try to install into roots /usr but rather our proto areas usr
    44 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
    44 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
    45 
    45 
    50 
    50 
    51 install:	$(INSTALL_64)
    51 install:	$(INSTALL_64)
    52 
    52 
    53 test:		$(NO_TESTS)
    53 test:		$(NO_TESTS)
    54 
    54 
    55 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    56 
    55 
    57 include ../../make-rules/depend.mk
    56 REQUIRED_PACKAGES += developer/gnome/gettext
       
    57 REQUIRED_PACKAGES += library/python-2/pygtk2-26
       
    58 REQUIRED_PACKAGES += runtime/python-26
       
    59 REQUIRED_PACKAGES += text/gnu-gettext