d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
35 lines
717 B
Makefile
35 lines
717 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= 3
|
|
CATEGORIES= mbone tk83
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= fenner
|
|
|
|
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
|
|
USE_GCC= 3.2
|
|
MAN1= rtpmon.1
|
|
PLIST_FILES= bin/rtpmon
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/rtpmon
|
|
|
|
.include <bsd.port.post.mk>
|