1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/multimedia/vic/Makefile

26 lines
508 B
Makefile
Raw Normal View History

1994-12-14 23:01:27 +00:00
# New ports collection makefile for: vic
# Version required: 2.6
# Date created: 14 December 1994
# Whom: wollman
#
1995-11-27 04:06:03 +00:00
# $Id: Makefile,v 1.4 1995/04/10 17:49:14 asami Exp $
1994-12-14 23:01:27 +00:00
#
DISTNAME= vic-2.6
1995-11-27 04:06:03 +00:00
CATEGORIES+= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/
DISTFILES= vicsrc-2.6.tar.Z
MAINTAINER= wollman@FreeBSD.ORG
LIB_DEPENDS= BLT\\.1\\.:${PORTSDIR}/x11/blt
1994-12-14 23:01:27 +00:00
HAS_CONFIGURE= yes
INSTALL_TARGET= MANDIR=${PREFIX}/man/manl install
pre-install:
mkdir -p ${PREFIX}/man/manl
.include <bsd.port.mk>