freebsd-ports/mail/pantomime/Makefile

26 lines
640 B
Makefile
Raw Normal View History

# 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
2003-02-20 19:26:42 +01:00
COMMENT= Mail/MIME handling library for GNUstep
2010-06-05 08:14:28 +02:00
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'
USES= gnustep iconv
USE_OPENSSL= yes
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
2007-05-25 07:55:36 +02:00
DEFAULT_LIBVERSION= 1.2
.include <bsd.port.mk>