ports/mail/pantomime/Makefile
Neel Chauhan 1385312c50 Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
 * lang/gnustep-base: Update to 1.27.0
 * x11-toolkits/gnustep-back: update to 0.28.0
 * x11-toolkits/gnustep-gui: update to 0.28.0

Also bump PORTREVISION on dependent ports.
2021-02-14 23:21:02 +00:00

27 lines
626 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
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>