1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mbone/vic/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

22 lines
480 B
Makefile

# New ports collection makefile for: vic
# Version required: 2.6
# Date created: 14 December 1994
# Whom: wollman
#
# $Id: Makefile,v 1.2 1995/02/11 13:51:38 asami Exp $
#
DISTNAME= vic-2.6
DISTFILES= vicsrc-2.6.tar.Z
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/
CATEGORIES+= networking
LIB_DEPENDS= BLT\\.1\\.:${PORTSDIR}/x11/blt
HAS_CONFIGURE= yes
INSTALL_TARGET= MANDIR=${PREFIX}/man/manl install
pre-install:
mkdir -p ${PREFIX}/man/manl
.include <bsd.port.mk>