1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Install headers for libc-client

PR:		ports/9108
Submitted by:	yds@dppl.com
This commit is contained in:
Justin M. Seger 1998-12-24 18:26:22 +00:00
parent c6abfd320b
commit 044c7cc0b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15598
2 changed files with 7 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Date created: 9 Jan 1997
# Whom: pst
#
# $Id: Makefile,v 1.22 1998/11/14 09:43:19 asami Exp $
# $Id: Makefile,v 1.23 1998/11/21 20:01:51 steve Exp $
#
DISTNAME= imap-4.4
@ -32,14 +32,10 @@ SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0
post-configure:
@${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}"
# this rule currently isn't called or used, because it's not sufficient to
# install just the .a file and mail.h, so we shouldn't install anything at all!
# Remark: only the shared library version is built now !
install-lib:
${INSTALL_DATA} ${WRKSRC}/c-clinet/mail.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/c-client/c-client.a ${PREFIX}/lib/libc-client.a
do-install:
${INSTALL_DATA} ${WRKSRC}/c-client/mail.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/c-client/rfc822.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/c-client/linkage.h ${PREFIX}/include
${INSTALL} ${COPY} ${STRIP} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${WRKSRC}/c-client/${SHLIBNAME} ${PREFIX}/lib
${LN} -sf ${SHLIBNAME} ${PREFIX}/lib/lib${SHLIBBASE}.so

View File

@ -1,4 +1,7 @@
bin/mboxtest
include/mail.h
include/rfc822.h
include/linkage.h
lib/%%SHLIBNAME%%
lib/lib%%SHLIBBASE%%.so
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B