mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
17 lines
395 B
Makefile
17 lines
395 B
Makefile
# New ports collection makefile for: imm
|
|
# Version required: 3.3
|
|
# Date created: 13 October 1994
|
|
# Whom: wollman
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/03/31 20:37:29 gpalmer Exp $
|
|
#
|
|
|
|
DISTNAME= imm-3.3
|
|
DISTFILES= imm.src.tar.Z
|
|
MASTER_SITES= ftp://ftp.ucs.ed.ac.uk/pub/videoconference/imm/
|
|
CATEGORIES+= networking
|
|
WRKSRC= ${WRKDIR}/src
|
|
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
|
|
|
|
.include <bsd.port.mk>
|