mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
0a291bd7f7
across different OSVERSION scans.
38 lines
775 B
Makefile
38 lines
775 B
Makefile
# New ports collection makefile for: rtpmon
|
|
# Date created: 1 November 1996
|
|
# Whom: Bill Fenner <fenner@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rtpmon
|
|
PORTVERSION= 1.0a7
|
|
PORTREVISION= 1
|
|
CATEGORIES= mbone tk83
|
|
MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/rtpmon/
|
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
|
COMMENT= A program to montior loss in multicast sessions
|
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
|
|
|
USE_AUTOTOOLS= autoconf:253:env
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
MAN1= rtpmon.1
|
|
PLIST_FILES= bin/rtpmon
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 501000
|
|
BROKEN= Does not compile on FreeBSD > 5.0
|
|
.endif
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/rtpmon
|
|
|
|
.include <bsd.port.post.mk>
|