diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-04 18:14:12 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-04 18:14:12 +0000 |
commit | 71db9f5ebbfda68bc327f94a15de5658fbb2852d (patch) | |
tree | 6b42648536b40c4a41bbe83a78c93914d3ebec3e /net/AquaGatekeeper2 | |
parent | 316e94bf9aeca8b9bdf1dfb4242f7ad6717740f6 (diff) | |
download | ports-71db9f5ebbfda68bc327f94a15de5658fbb2852d.tar.gz ports-71db9f5ebbfda68bc327f94a15de5658fbb2852d.zip |
Notes
Diffstat (limited to 'net/AquaGatekeeper2')
-rw-r--r-- | net/AquaGatekeeper2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/AquaGatekeeper2/Makefile b/net/AquaGatekeeper2/Makefile index d642259cfdac..29cce3096714 100644 --- a/net/AquaGatekeeper2/Makefile +++ b/net/AquaGatekeeper2/Makefile @@ -7,6 +7,7 @@ PORTNAME= AquaGatekeeper PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.infinetwireless.com/WirelessEq/tmp/software/docs/agk/ \ ftp://www.kuzbass.ru/pub/FreeBSD/ports/distfiles/ @@ -16,6 +17,8 @@ MAINTAINER= eugen@grosbein.pp.ru COMMENT= Aqua H323 Gatekeeper and proxy WRKSRC= ${WRKDIR}/${PORTNAME} +CONFLICTS= AquaGatekeeper-1.* +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2${PKGNAMESUFFIX} NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} |