1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Mark Linimon 48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00

36 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= 4
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:261: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>