diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /mail/gmime | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
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 |