aboutsummaryrefslogtreecommitdiff
path: root/mail/pantomime/Makefile
blob: c9c842985b71e1c13a4a2373e5e059e849faa838 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$

PORTNAME=	pantomime
PORTVERSION=	1.2.2
CATEGORIES=	mail gnustep
MASTER_SITES=	http://download.gna.org/gnustep-nonfsf/
DISTNAME=	Pantomime-${PORTVERSION}

MAINTAINER=	theraven@FreeBSD.org
COMMENT=	Mail/MIME handling library for GNUstep

LICENSE=	LGPL21

# The use of libiconv shouldn't be necessary, but a build dependency installs
# it and we end up picking up the header.
MAKE_ARGS+=	LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl'
MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
USES=		gnustep iconv
USE_OPENSSL=	yes
USE_GNUSTEP=	back build
USE_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}

DEFAULT_LIBVERSION=	1.2

.include <bsd.port.mk>