diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:33:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:33:11 +0000 |
commit | 53e76e68e0d1574496723fc905ca7ded1dcdef33 (patch) | |
tree | c827793a19fb20b0fba3d73158df440722f3ef14 /net/asterisk-oh323/Makefile | |
parent | b27709344b5130749b4aecf7e86b2476bc3fa6d1 (diff) | |
download | ports-53e76e68e0d1574496723fc905ca7ded1dcdef33.tar.gz ports-53e76e68e0d1574496723fc905ca7ded1dcdef33.zip |
Notes
Diffstat (limited to 'net/asterisk-oh323/Makefile')
-rw-r--r-- | net/asterisk-oh323/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile index 6075b3a2bd89..298c58d0e023 100644 --- a/net/asterisk-oh323/Makefile +++ b/net/asterisk-oh323/Makefile @@ -7,23 +7,23 @@ PORTNAME= asterisk-oh323 PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.inaccessnetworks.com/projects/asterisk-oh323/download/ MAINTAINER= bamby@portaone.com COMMENT= A H.323 support module for the Asterisk soft PBX -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ - ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build \ - ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk +BUILD_DEPENDS= ${LOCALBASE}/sbin/asterisk:${PORTSDIR}/net/asterisk +LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib\ + h323_r.1:${PORTSDIR}/net/openh323 USE_GMAKE= yes MAKE_ENV= MKDIR="${MKDIR}" \ - PWLIBDIR=${WRKDIRPREFIX}${PORTSDIR}/devel/pwlib152/work/pwlib \ - OPENH323DIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323-112/work/openh323 \ + PWLIBDIR=${LOCALBASE}/share/pwlib \ + OPENH323DIR=${LOCALBASE}/share/openh323 \ CPP="${CXX}" \ - USE_OLD_CAPABILITIES_API="yes" + SYSLIBDIR=${LOCALBASE}/lib post-install: @${CAT} ${PKGMESSAGE} |