diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-06 07:31:44 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-06 07:31:44 +0000 |
commit | ed303487234901b60191a924af50f21eda692bab (patch) | |
tree | 7457e915fad01feb598046bb72a3ce79d8220415 /devel/ace+tao | |
parent | cf79061ad0f85fd7faaf373749d1dc716ac53cc0 (diff) | |
download | ports-ed303487234901b60191a924af50f21eda692bab.tar.gz ports-ed303487234901b60191a924af50f21eda692bab.zip |
Notes
Diffstat (limited to 'devel/ace+tao')
-rw-r--r-- | devel/ace+tao/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/ace+tao/Makefile b/devel/ace+tao/Makefile index fe64ff5f5078..e827a3b27925 100644 --- a/devel/ace+tao/Makefile +++ b/devel/ace+tao/Makefile @@ -5,17 +5,18 @@ # $FreeBSD$ # -PORTNAME= ace+tao -PORTVERSION= ${ACE_VERSION}+${TAO_VERSION} +PORTNAME?= ace+tao +PORTVERSION?= ${ACE_VERSION}+${TAO_VERSION} CATEGORIES= devel # The distfile does not have version numbers, so try my mirror first MASTER_SITES= http://deuce.doc.wustl.edu/ \ - http://www.ciam.ru/~sem/FreeBSD/ \ http://www.navicon.dk/mirrors/ace/deuce.doc.wustl.edu/ -DISTNAME= ${PORTNAME:U} +DISTNAME?= ${PORTNAME:U} MAINTAINER= sem@ciam.ru -COMMENT= The Adaptive Communication Environment (ACE) with The ACE ORB (TAO) +COMMENT?= The Adaptive Communication Environment (ACE) with The ACE ORB (TAO) + +CONFLICTS= ace-* ACE_VERSION= 5.3.6 TAO_VERSION= 1.3.6 @@ -41,7 +42,7 @@ PLIST_SUB+= TAO=${TAO} TESTS=${TESTS} .if defined(WITHOUT_TAO) TAO= "@comment " -PKGNAMESUFFIX= -notao +PKGNAMESUFFIX?= -notao .endif .include <bsd.port.pre.mk> |