summaryrefslogtreecommitdiff
path: root/mbone/vat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/vat/Makefile')
-rw-r--r--mbone/vat/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
new file mode 100644
index 000000000000..f98bd33db104
--- /dev/null
+++ b/mbone/vat/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: vat
+# Version required: 4.0b2
+# Date created: 2 November 1996
+# Whom: fenner
+#
+# $Id: $
+#
+
+DISTNAME= vat-4.0b2
+CATEGORIES+= mbone
+MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/
+DISTFILES= vatsrc-4.0b2.tar.gz
+
+MAINTAINER= fenner@FreeBSD.ORG
+
+GSM_DIR= ${PORTSDIR}/audio/gsm
+
+DEPENDS= ${GSM_DIR}
+LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk41 \
+ gsm:${GSM_DIR}
+
+USE_X11= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gsm=${GSM_DIR}/work/gsm-1.0-pl10
+
+INSTALL_TARGET= install install-man
+
+post-install:
+ strip ${PREFIX}/bin/vat
+ ${COMPRESS_MAN} ${PREFIX}/man/man1/vat.1
+
+.include <bsd.port.mk>