1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/wping/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
602 B
Makefile

# Created by: Michael L. Hostbaek <mich@freebsdcluster.org>
# $FreeBSD$
PORTNAME= wping
PORTVERSION= 0.1a
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://freebsdcluster.org/~mich/software/
MAINTAINER= mich@FreeBSD.org
COMMENT= Web-based graphical ping log
RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \
p5-Time-HiRes>=0:devel/p5-Time-HiRes
USES= perl5 tar:bzip2 shebangfix
SHEBANG_FILES= wping.pl
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/wping.pl ${STAGEDIR}${PREFIX}/bin/wping
${INSTALL_DATA} ${WRKSRC}/wping.conf ${STAGEDIR}${PREFIX}/etc/wping.conf.sample
.include <bsd.port.mk>