mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
19 lines
393 B
Makefile
19 lines
393 B
Makefile
# New ports collection makefile for: imm
|
|
# Version required: 3.3
|
|
# Date created: 13 October 1994
|
|
# Whom: wollman
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/01 12:48:03 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= imm-3.3
|
|
CATEGORIES+= networking
|
|
MASTER_SITES= ftp://ftp.ucs.ed.ac.uk/pub/videoconference/imm/
|
|
DISTFILES= imm.src.tar.Z
|
|
|
|
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
|
|
|
|
WRKSRC= ${WRKDIR}/src
|
|
|
|
.include <bsd.port.mk>
|