mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# New ports collection makefile for: imm
|
|
# Version required: 3.3
|
|
# Date created: 13 October 1994
|
|
# Whom: wollman
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/15 05:41:34 asami Exp $
|
|
#
|
|
|
|
DISTNAME= imm-3.3
|
|
CATEGORIES+= net
|
|
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>
|