mail/cclient is missing a .h file needed by PHP

No response from MAINTAINER

PR:		22087
Submitted by:	James E. Housley <jeh@freebsd.org>
This commit is contained in:
James E. Housley 2000-11-01 14:23:09 +00:00
parent 9c2adfe182
commit 84ddf517f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34549
2 changed files with 6 additions and 5 deletions

View file

@ -19,11 +19,11 @@ MAINTAINER= kbyanc@FreeBSD.org
WRKSRC= ${WRKDIR}/imap-${PORTVERSION}
INSTALLS_SHLIB= yes
PAMAUTH?= yes
PAMAUTH?= yes
.if ${PAMAUTH} != "no"
ALL_TARGET= bfp
ALL_TARGET= bfp
.else
ALL_TARGET= bsf
ALL_TARGET= bsf
.endif
SHLIBBASE= c-client4
@ -35,7 +35,7 @@ PLIST_SUB= SHLIBNAME=${SHLIBNAME} SHLIBBASE=${SHLIBBASE}
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "aout"
SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0
SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0
.endif
post-configure:
@ -47,7 +47,7 @@ post-configure:
HEADERS= dummy.h env.h env_unix.h fdstring.h flstring.h fs.h ftl.h \
imap4r1.h linkage.c linkage.h mail.h misc.h nl.h nntp.h \
osdep.h pop3.h rfc822.h smtp.h tcp.h
osdep.h pop3.h rfc822.h smtp.h tcp.h utf8.h
do-install:
${MKDIR} ${PREFIX}/include/c-client

View file

@ -17,6 +17,7 @@ include/c-client/pop3.h
include/c-client/rfc822.h
include/c-client/smtp.h
include/c-client/tcp.h
include/c-client/utf8.h
lib/libc-client4.a
lib/libc-client4.so.7
lib/libc-client4.so