diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ace/Makefile | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b031645..eb3447f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -9,6 +9,7 @@ SUBDIR += a2dev SUBDIR += aap SUBDIR += ac-archive + SUBDIR += ace SUBDIR += ace+tao SUBDIR += acpicatools SUBDIR += activitymail diff --git a/devel/ace/Makefile b/devel/ace/Makefile new file mode 100644 index 0000000..926fc19 --- /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" |