mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2846e163b6
Note: existing binaries of this port will no longer run on FreeBSD 4.2 or -current. They will report "user signal 2" and abort due to a change in the pthreads library. You will need to recompile/reinstall this port.
36 lines
872 B
Makefile
36 lines
872 B
Makefile
# New ports collection makefile for: openh323
|
|
# Date created: Thu Feb 17 15:00:48 GMT 2000
|
|
# Whom: Roger Hardiman <roger@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openh323
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.openh323.org/bin/ \
|
|
http://www.de.openh323.org/bin/ \
|
|
http://www.ru.openh323.org/bin/
|
|
DISTFILES= openh323_1.1.tar.gz \
|
|
pwlib_min_1.1pl18.tar.gz
|
|
|
|
MAINTAINER= roger@freebsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_NEWGCC= yes
|
|
USE_BISON= yes
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= opt
|
|
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
|
|
OPENH323DIR=${WRKDIR}/openh323
|
|
THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
|
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|