aboutsummaryrefslogtreecommitdiff
path: root/net/AquaGatekeeper2
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-14 09:06:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-14 09:06:45 +0000
commit0bcfd7d2970afa1e8f4cdf43cc7c94826c068922 (patch)
tree2e5c1dcb7108b90645674a47dbf2b33fff27d337 /net/AquaGatekeeper2
parentb73db3268a58c2791368c2abaae7322af42bfd8d (diff)
downloadports-0bcfd7d2970afa1e8f4cdf43cc7c94826c068922.tar.gz
ports-0bcfd7d2970afa1e8f4cdf43cc7c94826c068922.zip
Notes
Diffstat (limited to 'net/AquaGatekeeper2')
-rw-r--r--net/AquaGatekeeper2/Makefile14
-rw-r--r--net/AquaGatekeeper2/distinfo2
-rw-r--r--net/AquaGatekeeper2/distinfo.amd642
-rw-r--r--net/AquaGatekeeper2/distinfo.i3862
4 files changed, 14 insertions, 6 deletions
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile
index 6c3a2cc2bc58..c3bdab0c447b 100644
--- a/net/AquaGatekeeper2/Makefile
+++ b/net/AquaGatekeeper2/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= AquaGatekeeper
-PORTVERSION= 1.21
+PORTVERSION= 1.22
CATEGORIES= net
MASTER_SITES= ftp://ftp.aqua.comptek.ru/pub/GateKeeper/ \
ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/
-DISTNAME= AquaGatekeeper121FreeBSD
EXTRACT_SUFX= .tgz
MAINTAINER= eugen@grosbein.pp.ru
@@ -18,7 +17,8 @@ COMMENT= Aqua H323 Gatekeeper and proxy
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= amd64 i386
+MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
NO_PACKAGE= "No commercial redistribution"
NO_CDROM= "No commercial redistribution"
@@ -52,8 +52,14 @@ post-install:
.if ${OSVERSION} < 400000
BROKEN= "Supported only on 4.x systems and later"
-.elif ${OSVERSION} >= 500000
+.elif ${OSVERSION} >= 500000 && ${ARCH} == "i386"
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
.endif
+.if ${ARCH} == "amd64"
+DISTNAME= AquaGatekeeper122FreeBSDamd64
+.else
+DISTNAME= AquaGatekeeper122FreeBSD
+.endif
+
.include <bsd.port.post.mk>
diff --git a/net/AquaGatekeeper2/distinfo b/net/AquaGatekeeper2/distinfo
deleted file mode 100644
index 2b112bbb2194..000000000000
--- a/net/AquaGatekeeper2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (AquaGatekeeper121FreeBSD.tgz) = 30d1d73c6fce0f704951a5bed47fa5bd
-SIZE (AquaGatekeeper121FreeBSD.tgz) = 743725
diff --git a/net/AquaGatekeeper2/distinfo.amd64 b/net/AquaGatekeeper2/distinfo.amd64
new file mode 100644
index 000000000000..a11cf668b03f
--- /dev/null
+++ b/net/AquaGatekeeper2/distinfo.amd64
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSDamd64.tgz) = bf08f20bd78185d201bf1093648e4769
+SIZE (AquaGatekeeper122FreeBSDamd64.tgz) = 676023
diff --git a/net/AquaGatekeeper2/distinfo.i386 b/net/AquaGatekeeper2/distinfo.i386
new file mode 100644
index 000000000000..e46270300daa
--- /dev/null
+++ b/net/AquaGatekeeper2/distinfo.i386
@@ -0,0 +1,2 @@
+MD5 (AquaGatekeeper122FreeBSD.tgz) = 0a176b6581f8b393e75466d350ba1551
+SIZE (AquaGatekeeper122FreeBSD.tgz) = 761278