mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
17 lines
352 B
Makefile
17 lines
352 B
Makefile
# Created by: Matt Peterson <matt@peterson.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= liboping
|
|
PORTVERSION= 0.3.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://verplant.org/liboping/files/ \
|
|
http://matt.peterson.org/FreeBSD/ports/
|
|
|
|
MAINTAINER= matt@peterson.org
|
|
COMMENT= C library to generate ICMP echo requests
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|