aboutsummaryrefslogtreecommitdiffstats
path: root/net/ssmping/Makefile
blob: dfdb1c9a15e674857c2538e1f2580e25a9ed5b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: dikshie@lapi.itb.ac.id
# $FreeBSD$

PORTNAME=   ssmping
PORTVERSION=    0.9.1
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://www.venaas.no/multicast/ssmping/

MAINTAINER= dikshie@lapi.itb.ac.id
COMMENT=    Ping for ASM and SSM

PLIST_FILES=    bin/ssmping bin/asmping bin/mcfirst sbin/ssmpingd \
        man/man1/asmping.1.gz man/man1/mcfirst.1.gz \
        man/man1/ssmping.1.gz

.include <bsd.port.pre.mk>

.if ${OSVERSION} <= 800000
IGNORE=     does not work with FreeBSD 7.x
.endif

do-install:
.for f in ssmping asmping mcfirst
    ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
    ${INSTALL_PROGRAM} ${WRKSRC}/ssmpingd ${STAGEDIR}${PREFIX}/sbin

.include <bsd.port.post.mk>
.cgi/freebsd-ports-gnome/commit/mail/zmailer?h=gstreamer&id=a96c4903631351a265728620e19333b71de5c32e'>- Fix buildgahr2013-05-143-9/+34 | | | | Reported by: miwi (Tcl/Tk 86 exp-run) * - Convert to OptionsNGgahr2012-10-031-13/+10 | | | | Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1 | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op * Fix typos in COMMENTcs2012-07-28