Move pgadmin to database
[unleashed-userland.git] / components / database / pgadmin / Makefile
blobbc11bcb43cf5f171a578984de720669f781a955b
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
5 # 1.0 of the CDDL.
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 2013 Alexander Pyhalov. All rights reserved.
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= pgadmin3
19 COMPONENT_VERSION= 1.18.1
20 COMPONENT_REVISION= 1
21 COMPONENT_SUMMARY= pgAdminIII administration and development GUI for PostgreSQL
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:27ac3e296a6ca3da9da8ee22ed98eabfe1377be507877ffc26048fc2a9c6cbc0
26 COMPONENT_ARCHIVE_URL= \
27 http://ftp.postgresql.org/pub/pgadmin3/release/v$(COMPONENT_VERSION)/src/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = http://www.pgadmin.org
30 # Don't depend on host default pg_config
31 PATH=$(PG_BINDIR.$(BITS)):/usr/sbin:/usr/bin
33 LDFLAGS+= -L$(PG_LIBDIR.$(BITS)) -R$(PG_LIBDIR.$(BITS))
34 LDFLAGS+= -lsocket -lnsl
36 CONFIGURE_OPTIONS += --with-pgsql=$(PG_HOME)
38 include $(WS_TOP)/make-rules/prep.mk
39 include $(WS_TOP)/make-rules/configure.mk
40 include $(WS_TOP)/make-rules/ips.mk
42 COMPONENT_PRE_CONFIGURE_ACTION= (cp -a $(SOURCE_DIR)/* $(@D))
44 COMPONENT_BUILD_ENV+= LDFLAGS="$(LDFLAGS)"
46 build: $(BUILD_32)
48 install: $(INSTALL_32)