mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- pass maintainership to submitter - new style Makefile header - optionsNG - install shared PHP file in the correct place - don't install slice files anymore, since devel/ice (a dependency) already installs those in the correct location - add license (GPLv2) - fix BUILD_DEPENDS - add option that allows to use of PHP5 namespaces - support PHP 5.4 - fixes for Clang and C++11 - remove outdated pkg-message - fix patch filenames PR: 179241 Submitted by: Michael Gmelin <freebsd@grem.de>
21 lines
579 B
Text
21 lines
579 B
Text
mkshlib = $(CXX) -shared $(LDFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4)
|
|
|
|
BASELIBS = -lIceUtil -pthread -L$(LOCALBASE)/lib -liconv
|
|
LIBS = -lIce $(BASELIBS)
|
|
|
|
ICEUTIL_OS_LIBS = -pthread
|
|
|
|
PLATFORM_HAS_READLINE := yes
|
|
|
|
export LD_LIBRARY_PATH := $(libdir):$(LD_LIBRARY_PATH)
|
|
|
|
lp64suffix =
|
|
create_runpath_symlink = no
|
|
prefix = %%PREFIX%%
|
|
install_slicedir = %%DATADIR%%
|
|
install_configdir = %%DATADIR%%/config
|
|
install_docdir = %%DOCSDIR%%
|
|
EXPAT_HOME = $(LOCALBASE)
|
|
INSTALL = %%INSTALL_DATA%%
|
|
INSTALL_PROGRAM = %%INSTALL_PROGRAM%%
|
|
MCPP_HOME = $(LOCALBASE)
|