1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mbone/rtpmon/Makefile
Bill Fenner f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00

29 lines
601 B
Makefile

# New ports collection makefile for: rtpmon
# Version required: 1.0a7
# Date created: 1 November 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
# $Id: Makefile,v 1.5 1997/09/25 00:10:58 fenner Exp $
#
DISTNAME= rtpmon-1.0a7
CATEGORIES= mbone tk42
MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/rtpmon/
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11/tk42
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
GNU_CONFIGURE= yes
USE_X11= yes
MAN1= rtpmon.1
pre-configure:
@cd ${WRKSRC}; autoconf
post-install:
strip ${PREFIX}/bin/rtpmon
.include <bsd.port.mk>