freebsd-ports/net/openmcu/Makefile
Mark Linimon 4d9e7fb643 With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
2004-12-05 04:54:21 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: openmcu
# Date created: Wed Nov 22 08:57:55 GMT 2000
# Whom: Roger Hardiman <roger@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= openmcu
PORTVERSION= 1.1.7
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenMCU hosts a conference call for H323 Video Conferencing users
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
WRKSRC= ${WRKDIR}/${PORTNAME}
NOCLEANDEPENDS= yes
USE_BISON= yes
USE_GMAKE= yes
ALL_TARGET= optnoshared
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/openmcu ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/doc/openh323/openmcu
${INSTALL_DATA} ${WRKSRC}/ReadMe.txt ${PREFIX}/share/doc/openh323/openmcu
.include <bsd.port.mk>