2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
2001-10-01 13:44:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pantomime
|
2015-07-01 15:50:28 +02:00
|
|
|
PORTVERSION= 1.2.2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= mail gnustep
|
2011-11-11 12:44:17 +01:00
|
|
|
MASTER_SITES= http://download.gna.org/gnustep-nonfsf/
|
|
|
|
DISTNAME= Pantomime-${PORTVERSION}
|
2001-10-01 13:44:04 +02:00
|
|
|
|
2013-08-28 20:26:01 +02:00
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= Mail/MIME handling library for GNUstep
|
2001-10-01 13:44:04 +02:00
|
|
|
|
2010-06-05 08:14:28 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2015-07-01 15:50:28 +02:00
|
|
|
# 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'
|
|
|
|
USES= gnustep iconv
|
|
|
|
USE_OPENSSL= yes
|
2015-04-09 09:44:41 +02:00
|
|
|
USE_GNUSTEP= back build
|
|
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
2007-01-13 04:57:25 +01:00
|
|
|
|
2007-05-25 07:55:36 +02:00
|
|
|
DEFAULT_LIBVERSION= 1.2
|
2001-10-01 13:44:04 +02:00
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|