1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/mail/pantomime/Makefile
2021-04-06 16:31:07 +02:00

26 lines
614 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
PORTNAME= pantomime
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= mail gnustep
MASTER_SITES= SAVANNAH/gnustep-nonfsf/
DISTNAME= Pantomime-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mail/MIME handling library for GNUstep
LICENSE= LGPL21
USES= gnustep iconv ssl
# 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'
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
DEFAULT_LIBVERSION= 1.3
.include <bsd.port.mk>