diff options
Diffstat (limited to 'devel/ace')
-rw-r--r-- | devel/ace/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/ace/Makefile b/devel/ace/Makefile new file mode 100644 index 000000000000..926fc1936c88 --- /dev/null +++ b/devel/ace/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: ace +# Date created: 5 January 2004 +# Whom: Sergey Matveychuk <sem@ciam.ru> +# +# $FreeBSD$ +# + +PORTNAME= ace +PORTVERSION= ${ACE_VERSION} +PKGNAMESUFFIX= +DISTNAME= ACE+TAO + +COMMENT= The Adaptive Communication Environment for C++ + +CONFLICTS= ace+tao-* + +WITHOUT_TAO= yes + +MASTERDIR= ${.CURDIR}/../ace+tao + +.include "${MASTERDIR}/Makefile" |