since SHARED_ONLY support was removed across the ports tree the perl module no longer adds it, so it must be done manually for any perl ports that provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so) and you must not remove them from WANTLIB even if they show as "Extra".
24 lines
447 B
Makefile
24 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.4 2017/02/06 20:28:32 sthen Exp $
|
|
|
|
COMMENT = library and tools to generate ICMP echo requests
|
|
|
|
DISTNAME = liboping-1.9.0
|
|
REVISION = 0
|
|
SHARED_LIBS += oping 0.0 # 2.11
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://noping.cc/
|
|
|
|
# LGPL v2.1+ (lib) GPLv2+ (binaries)
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += perl # uses perl ABI
|
|
|
|
MASTER_SITES = http://noping.cc/files/
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
WANTLIB = c m ncursesw
|
|
|
|
.include <bsd.port.mk>
|