sebastia 744a85fb88 Force using ld.bfd, since there is a still unknown problem loading Bundles
into Objective-C applications, which breaks most of x11/gnustep and www/sogo

Bump everything using the x11/gnustep module
2018-11-26 14:17:12 +00:00

27 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.25 2018/11/26 14:17:13 sebastia Exp $
COMMENT= framework to major mail protocols
DISTNAME= Pantomime-1.3.0
REVISION = 0
SHLIB_VERSION = 2.0
SHARED_LIBS= Pantomime ${SHLIB_VERSION}
CATEGORIES= mail
HOMEPAGE= https://savannah.nongnu.org/projects/gnustep-nonfsf/
WANTLIB= ssl
MASTER_SITES= https://download.savannah.nongnu.org/releases/gnustep-nonfsf/
MODULES= x11/gnustep
MODGNUSTEP_IS_FRAMEWORK = Yes
WANTLIB += pthread gnustep-base objc2
MAKE_FLAGS += Pantomime_INTERFACE_VERSION=${LIBPantomime_VERSION}
SUBST_VARS += SHLIB_VERSION
.include <bsd.port.mk>