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

23 lines
494 B
Makefile

# $OpenBSD: Makefile,v 1.10 2018/11/26 14:17:13 sebastia Exp $
COMMENT = GNUstep wrapper around libpcap
V = 0.2
REVISION = 6
DISTNAME = PcapKit-${V}
PKGNAME = gnustep-pcapkit-${V}
CATEGORIES = net
SHARED_LIBS = PcapKit 0.0
HOMEPAGE = http://gna.org/projects/gnustep-nonfsf
MASTER_SITES = http://download.gna.org/gnustep-nonfsf/
MODULES = x11/gnustep
WANTLIB = pthread pcap
MODGNUSTEP_IS_FRAMEWORK = Yes
MAKE_ENV += PcapKit_INTERFACE_VERSION=${LIBPcapKit_VERSION}
.include <bsd.port.mk>