aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime24
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-28 19:56:41 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-28 19:56:41 +0000
commitbe91effb52499f83a9dfb2f687ae1a6bb93976dc (patch)
tree0bc2e4b471188809903f5331d8e773f87bea126c /mail/gmime24
parent61ae1be6bb6a1405cc94af3cd8f52b442e615619 (diff)
downloadports-be91effb52499f83a9dfb2f687ae1a6bb93976dc.tar.gz
ports-be91effb52499f83a9dfb2f687ae1a6bb93976dc.zip
- Remove hyphen from PKGNAMESUFFIX.
- Add USES=libtool:oldver. - Use USES+= to fix slave port. - Remove LATEST_LINK. - Remove PTHREAD_CFLAGS.
Notes
Notes: svn path=/head/; revision=355653
Diffstat (limited to 'mail/gmime24')
-rw-r--r--mail/gmime24/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile
index 5a74807d730c..2f23ba7ef54f 100644
--- a/mail/gmime24/Makefile
+++ b/mail/gmime24/Makefile
@@ -3,10 +3,10 @@
PORTNAME= gmime
PORTVERSION= 2.4.33
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= mail
MASTER_SITES= GNOME
-PKGNAMESUFFIX?= -24
+PKGNAMESUFFIX?= 24
MAINTAINER?= ahicks@p-o.co.uk
COMMENT?= Library (written in C) for parsing and creating messages using MIME
@@ -18,8 +18,8 @@ CONFLICTS= gmime-1.0.*
SLAVEDIRS= mail/gmime2-sharp
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24
+USES+= gmake iconv libtool:oldver pathfix pkgconfig tar:xz
USE_GNOME?= glib20
-USES= gmake pathfix pkgconfig iconv tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
# www.freebsd.org/cgi/query-pr.cgi?pr=118092
@@ -29,9 +29,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
--enable-mono=no \
--program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;"
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-
-LATEST_LINK?= ${PORTNAME}24
+CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= DOCS