freebsd-ports/devel/ace/Makefile
Clement Laforet 626af8301e - Fix CONFLICTS
PR:                 61412
Submitted by:       Sergey Matveychuk <sem@ciam.ru> (maintainer)
Approved by:        erwin (mentor) (implicitly)
2004-01-16 17:59:46 +00:00

20 lines
355 B
Makefile

# 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"