mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Use $SUB_FILES to dynamically adjust pkg-message [1]
- Support cross-platform installation by suppression of stripping for precompiled binary [2] - Change MAINTAINER e-mail [2] - Group ARCH-dependent lines together [2] - Replace dead WWW link with living mirror [2] - Make it clearly visible that the software is effectively "abandonware" for now [2] - Added i386 dependency on crypto.so.3 (misc/compat5x) PR: ports/143096 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: Eugene Grosbein <egrosbein@rdtc.ru> (maintainer) [2] Feature safe: yes
This commit is contained in:
parent
371459cc0b
commit
183f6e1761
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250274
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.svzserv.kemerovo.su/pub/FreeBSD/distfiles.misc/ \
|
||||
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= eugen@grosbein.pp.ru
|
||||
MAINTAINER= ports@grosbein.pp.ru
|
||||
COMMENT= Aqua H323 Gatekeeper and proxy
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
@ -22,6 +22,10 @@ ONLY_FOR_ARCHS= amd64 i386
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
|
||||
|
||||
RESTRICTED= No commercial redistribution
|
||||
SUB_FILES= pkg-message
|
||||
STRIP=
|
||||
STRIP_CMD= ${TRUE}
|
||||
DEPRECATED= Binary port of software abandoned by the vendor
|
||||
|
||||
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
||||
IS_INTERACTIVE= yes
|
||||
@ -46,20 +50,18 @@ do-install:
|
||||
|
||||
post-install:
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${SED} "s'%%PREFIX%%'${PREFIX}'" < pkg-message
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# This is binary port of closed-source software
|
||||
.if ${ARCH} == "i386"
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
DISTNAME= AquaGatekeeper122FreeBSDBuild445
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x \
|
||||
crypto.3:${PORTSDIR}/misc/compat5x
|
||||
.elif ${ARCH} == "amd64"
|
||||
DISTNAME= AquaGatekeeper122FreeBSDamd64Build131
|
||||
LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
DISTNAME= AquaGatekeeper122FreeBSDamd64Build131
|
||||
.else
|
||||
DISTNAME= AquaGatekeeper122FreeBSDBuild445
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
9
net/AquaGatekeeper/files/pkg-message.in
Normal file
9
net/AquaGatekeeper/files/pkg-message.in
Normal file
@ -0,0 +1,9 @@
|
||||
****************************************************************************
|
||||
!!! NOTE: THE AQUA GATEKEEPER IS DISCONTIUED BY ITS VENDOR. No vendor support,
|
||||
!!! no updates, no bugfixes. This port is still provided to support
|
||||
!!! old installations only. You should choose other software for new setups.
|
||||
|
||||
Please read documentation located in %%DOCSDIR%%
|
||||
You will need to write configuration file to run the Gatekeeper.
|
||||
Some examples are in %%EXAMPLESDIR%%
|
||||
****************************************************************************
|
@ -6,7 +6,11 @@ This port presents Aqua Gatekeeper Startup Edition.
|
||||
It is not a free software but may be used free of charge.
|
||||
The Aqua Gatekeeper Startup Edition is limited to 30 concurrent calls.
|
||||
|
||||
WWW: http://www.aqua.comptek.ru/man/voip/gatekeeper/index.htm
|
||||
!!! NOTE: THE AQUA GATEKEEPER IS DISCONTIUED BY ITS VENDOR. No vendor support,
|
||||
!!! no updates, no bugfixes. This port is still provided to support
|
||||
!!! old installations only. You should choose other software for new setups.
|
||||
|
||||
WWW: http://www.kuzbass.ru/docs/AquaGatekeeper/AquaGatekeeper.htm
|
||||
|
||||
- Grosbein
|
||||
eugen@grosbein.pp.ru
|
||||
ports@grosbein.pp.ru
|
||||
|
@ -1,5 +0,0 @@
|
||||
****************************************************************************
|
||||
Please read documentation located in %%PREFIX%%/share/doc/AquaGatekeeper
|
||||
You will need to write configuration file to run the Gatekeeper.
|
||||
Some examples are in %%PREFIX%%/share/examples/AquaGatekeeper
|
||||
****************************************************************************
|
Loading…
Reference in New Issue
Block a user