mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
f380520091
Approved by: portmgr (blanket)
26 lines
662 B
Makefile
26 lines
662 B
Makefile
# Created by: Matt Peterson <matt@peterson.org>
|
|
|
|
PORTNAME= liboping
|
|
PORTVERSION= 1.8.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://noping.cc/files/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Liboping, a C library, and utility to generate ICMP echo requests
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe libtool ncurses perl5 shebangfix
|
|
CPE_VENDOR= noping
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Oping/Oping.so
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liboping.so.0.2.11
|
|
|
|
.include <bsd.port.mk>
|