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.
40 lines
1014 B
Makefile
40 lines
1014 B
Makefile
# New ports collection makefile for: ohphone
|
|
# Date created: Fri Aug 18 19:29:00 BST 2000
|
|
# Whom: Roger Hardiman <roger@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ohphone
|
|
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/
|
|
DISTNAME= ohphone_1.1
|
|
|
|
MAINTAINER= roger@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NOCLEANDEPENDS= yes
|
|
|
|
USE_NEWGCC= yes
|
|
USE_BISON= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= opt
|
|
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/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}
|
|
MAN1= ohphone.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/ohphone.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|