blob: b2930bb90c112b104a58f9cda91d79b347916215 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Ports collection makefile for: ace
# Date created: 5 January 2004
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# $FreeBSD$
#
PORTNAME= ace
PORTVERSION= ${ACE_VERSION}
PKGNAMESUFFIX=
COMMENT= The Adaptive Communication Environment for C++
CONFLICTS= ace+tao-5*
WITHOUT_TAO= yes
MASTERDIR= ${.CURDIR}/../ace+tao
.include "${MASTERDIR}/Makefile"
|