mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
5042f90f38
Changes: http://noping.cc/#documentation PR: 198379 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (new maintainer) Approved by: maintainer timeout
23 lines
540 B
Makefile
23 lines
540 B
Makefile
# Created by: Matt Peterson <matt@peterson.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liboping
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://noping.cc/files/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Liboping, a C library, and utility to generate ICMP echo requests
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= libtool pathfix ncurses perl5 shebangfix
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
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>
|