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 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_SUMMARY
= pgAdminIII administration and development GUI for PostgreSQL
21 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
22 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
23 COMPONENT_ARCHIVE_HASH
= \
24 sha256
:27ac3e296a6ca3da9da8ee22ed98eabfe1377be507877ffc26048fc2a9c6cbc0
25 COMPONENT_ARCHIVE_URL
= \
26 http
://ftp.postgresql.org
/pub
/pgadmin3
/release
/v
$(COMPONENT_VERSION
)/src
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= http
://www.pgadmin.org
29 # Don't depend on host default pg_config
30 PATH
=$(PG_BINDIR.
$(BITS
)):/usr
/sbin
:/usr
/bin
32 LDFLAGS
+= -L
$(PG_LIBDIR.
$(BITS
)) -R
$(PG_LIBDIR.
$(BITS
))
33 LDFLAGS
+= -lsocket
-lnsl
35 CONFIGURE_OPTIONS
+= --with-pgsql
=$(PG_HOME
)
37 include $(WS_TOP
)/make-rules
/prep.mk
38 include $(WS_TOP
)/make-rules
/configure.mk
39 include $(WS_TOP
)/make-rules
/ips.mk
41 COMPONENT_PRE_CONFIGURE_ACTION
= (cp
-a
$(SOURCE_DIR
)/* $(@D
))
43 COMPONENT_BUILD_ENV
+= LDFLAGS
="$(LDFLAGS)"
47 install: $(INSTALL_32
)