1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/opengatekeeper/Makefile
Roger Hardiman 2846e163b6 Bump port Revsion due to a patch in OpenH323S
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.
2000-11-12 09:32:43 +00:00

36 lines
909 B
Makefile

# New ports collection makefile for: opengatekeeper
# Date created: Wed Apr 5 11:00:00 GMT 2000
# Whom: Roger Hardiman <roger@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= opengatekeeper
PORTVERSION= 0.9a3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.sourceforge.net/OpenGatekeeper/
DISTNAME= opengate_0.9alpha3
MAINTAINER= roger@FreeBSD.org
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/net/openh323:build
WRKSRC= ${WRKDIR}/opengate
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}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/opengate ${PREFIX}/bin
.include <bsd.port.mk>