diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /mail/gmime | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'mail/gmime')
-rw-r--r-- | mail/gmime/Makefile | 4 | ||||
-rw-r--r-- | mail/gmime/pkg-plist | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile index a6d4d2ac0316..ff19de23f46c 100644 --- a/mail/gmime/Makefile +++ b/mail/gmime/Makefile @@ -7,6 +7,7 @@ PORTNAME= gmime PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v1.0/ @@ -15,11 +16,10 @@ COMMENT= Library (written in C) for parsing and creating messages using MIME CONFLICTS= gmime-2.1.* USE_X_PREFIX= YES -GNU_CONFIGURE= YES USE_GMAKE= YES USE_GNOME= glib12 USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CFLAGS+= -L${LOCALBASE}/lib # req'd to find iconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/gmime/pkg-plist b/mail/gmime/pkg-plist index 455470ed143c..06d05630cba1 100644 --- a/mail/gmime/pkg-plist +++ b/mail/gmime/pkg-plist @@ -30,8 +30,9 @@ include/gmime/gmime-stream-null.h include/gmime/gmime-stream.h include/gmime/gmime-utils.h include/gmime/internet-address.h -lib/libgmime.so.1 -lib/libgmime.so lib/libgmime.a +lib/libgmime.la +lib/libgmime.so +lib/libgmime.so.1 share/aclocal/gmime.m4 @dirrm include/gmime |