diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-06-18 20:19:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-06-18 20:19:38 +0000 |
commit | 6d3988e5b9f5fa2c7b9560a4b2712a6c183d1025 (patch) | |
tree | b8bfac2defd3f1428b9b0c808a46b54937deec71 /net/asterisk-oh323/Makefile | |
parent | 43886434acfe63e679463d86d8f14fc4a033c146 (diff) | |
download | ports-6d3988e5b9f5fa2c7b9560a4b2712a6c183d1025.tar.gz ports-6d3988e5b9f5fa2c7b9560a4b2712a6c183d1025.zip |
Notes
Diffstat (limited to 'net/asterisk-oh323/Makefile')
-rw-r--r-- | net/asterisk-oh323/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile index bb9ca214090e..eb8fa3212869 100644 --- a/net/asterisk-oh323/Makefile +++ b/net/asterisk-oh323/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk-oh323 PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.inaccessnetworks.com/asterisk-oh323/download/ @@ -19,10 +20,15 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build \ USE_GMAKE= yes -PLIST_FILES= lib/liboh323wrapd.a +PLIST_FILES= lib/liboh323wrap_s.a PLIST_FILES+= lib/asterisk/modules/chan_oh323.so PLIST_FILES+= etc/asterisk/oh323.conf.sample +MAKE_ENV= MKDIR="${MKDIR}" \ + PWLIBDIR=${WRKDIRPREFIX}${PORTSDIR}/devel/pwlib/work/pwlib \ + OPENH323DIR=${WRKDIRPREFIX}${PORTSDIR}/net/openh323/work/openh323 \ + CPP="${CXX}" + post-install: @${CAT} ${PKGMESSAGE} |