diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-01-18 14:41:58 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-01-18 14:41:58 +0000 |
commit | a75a8789a0ef241e64cc228aa597ef6cbafd39ad (patch) | |
tree | b7e9505589c47fa4239ba037715a30212f7bf915 /mail/popd/files/patch-lib::Makefile | |
parent | add c_parser 0.2.5 (diff) |
Update to popd-2.0:
* SSL support
* Wire-format option for mailboxes.
* Mailbox support cleanup (esp. Maildir)
Note that bulletins are non-functional in this release.
Notes
Notes:
svn path=/head/; revision=53299
Diffstat (limited to 'mail/popd/files/patch-lib::Makefile')
-rw-r--r-- | mail/popd/files/patch-lib::Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/popd/files/patch-lib::Makefile b/mail/popd/files/patch-lib::Makefile new file mode 100644 index 000000000000..51db44aff5a8 --- /dev/null +++ b/mail/popd/files/patch-lib::Makefile @@ -0,0 +1,16 @@ +--- lib/Makefile.orig Fri Dec 7 15:34:54 2001 ++++ lib/Makefile Fri Jan 18 15:48:02 2002 +@@ -3,10 +3,11 @@ + LIB=poputil + SRCS= funcs.c lockfile.c mailbox.c mbox_maildir.c mbox_mailidx.c mbox_mbf.c + INCS=poputil.h +-CFLAGS = -g -Wall -O -pipe -fPIC -shared -DUSE_SSL ++CFLAGS+= -Wall -DUSE_SSL + SHLIB_MAJOR= 1 + SHLIB_MINOR= 0 +-DESTDIR=/usr/local/ ++DESTDIR= ${PREFIX}/ ++PREFIX?= /usr/local + LIBDIR=lib + INCDIR=include + |