summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:44:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 11:44:47 +0000
commit6b453fa43c626ca781485b768190b5fd684ca040 (patch)
treeb2e87d172e98f82d6a8da560fbc64b6f415eafca /mail
parent[PATCH] ports-mgmt/portconf: support multiple ports per line (diff)
[UPDATE]mail/cclient. The problem with the assembly of some ports
Some ports require unzipped source of cclient. For example, one of the ports with such problem is the asterisk (configure --with-imap). Copying some of the files in the include/cclient solves this problem by using standard tools. These files are stored parameters with which compiles port PR: ports/114913 Submitted by: viper <viper@perm.raid.ru> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=199979
Diffstat (limited to 'mail')
-rw-r--r--mail/cclient/Makefile4
-rw-r--r--mail/cclient/pkg-plist3
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index 7fc277500046..9eae170a1a3f 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cclient
PORTVERSION= 2004g
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= mail devel ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
@@ -90,6 +91,9 @@ do-install:
${LN} -sf ${SHLIBNAME} ${PREFIX}/lib/lib${SHLIBBASE}.so
${INSTALL_DATA} ${WRKSRC}/c-client/c-client.a \
${PREFIX}/lib/lib${SHLIBBASE}.a
+ ${INSTALL_DATA} ${WRKSRC}/c-client/CFLAGS ${PREFIX}/include/c-client
+ ${INSTALL_DATA} ${WRKSRC}/c-client/LDFLAGS ${PREFIX}/include/c-client
+ ${INSTALL_DATA} ${WRKSRC}/c-client/OSCFLAGS ${PREFIX}/include/c-client
post-install:
${INSTALL_DATA} ${PORTREV_H} ${PREFIX}/include/c-client
diff --git a/mail/cclient/pkg-plist b/mail/cclient/pkg-plist
index 9ad9cd57e37c..88afbb669d8b 100644
--- a/mail/cclient/pkg-plist
+++ b/mail/cclient/pkg-plist
@@ -28,6 +28,9 @@ include/c-client/tcp_unix.h
include/c-client/unix.h
include/c-client/utf8.h
include/c-client/portrevision.h
+include/c-client/CFLAGS
+include/c-client/LDFLAGS
+include/c-client/OSCFLAGS
lib/%%SHLIBNAME%%
lib/libc-client4.a
lib/libc-client4.so