1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/multimedia/vic/Makefile
Pietro Cerutti 9fa2614546 - Convert to USES=tk
- STAGE-clean
2014-01-17 11:28:38 +00:00

35 lines
953 B
Makefile

# Created by: Garrett Wollman <wollman@FreeBSD.org>
# $FreeBSD$
PORTNAME= vic
PORTVERSION= 2.8.1.1.6
PORTREVISION= 2
CATEGORIES= multimedia tk ipv6
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/vic/2.8ucl1.1.6/
DISTNAME= ${PORTNAME}-2.8ucl1.1.6
MAINTAINER= mi@aldan.algebra.com
COMMENT= MBone video conferencing tool
BUILD_DEPENDS= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat
LIB_DEPENDS= libuclmmbase.so:${PORTSDIR}/devel/uclmmbase
USES= gmake tk:84 # parallel builds (-jX) are broken with BSD make(1)
USE_OPENSSL= yes
USE_AUTOTOOLS= autoconf213
USE_XORG= xext
CONFIGURE_ARGS= -x-libraries=${LOCALBASE}/lib \
-x-includes=${LOCALBASE}/include \
-without-ucltcl \
-with-tcl=${LOCALBASE} \
-without-ucltk \
-with-tk=${LOCALBASE} \
-enable-ipv6
MAKE_ENV+= STAGEDIR=${STAGEDIR}
post-patch:
@${REINPLACE_CMD} -e 's,^main,int &,' ${WRKSRC}/tcl/tcl2cpp/tcl2cpp.c
${RM} ${WRKSRC}/md5*
.include <bsd.port.mk>