1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/ace/Makefile
Sergey Matveychuk 1983544f69 - Update to 5.5.0
- Split ACE and TAO. Now it's not a slave port.
2006-03-15 11:24:06 +00:00

49 lines
1022 B
Makefile

# Ports collection makefile for: ace
# Date created: 5 January 2004
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# $FreeBSD$
#
PORTNAME= ace
PORTVERSION= 5.5
CATEGORIES= devel
MASTER_SITES= ftp://deuce.doc.wustl.edu/pub/previous_versions/ \
http://deuce.doc.wustl.edu/old_distribution/ \
http://www.navicon.dk/mirrors/ace/deuce.doc.wustl.edu/old_distribution/
DISTNAME= ACE-${PORTVERSION}
MAINTAINER= sem@FreeBSD.org
COMMENT= The Adaptive Communication Environment for C++
CONFLICTS= ace+tao-5*
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--program-transform-name s,^,ace-,
USE_GNOME= pkgconfig
WRKSRC= ${WRKDIR}/ACE_wrappers
BUILD_WRKSRC= ${WRKSRC}/objdir
INSTALL_WRKSRC= ${BUILD_WRKSRC}
MAN1= ace-gperf.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not support
.endif
post-extract:
@${MKDIR} ${BUILD_WRKSRC}
do-configure:
@cd ${BUILD_WRKSRC}; \
${CONFIGURE_ENV} ../${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
.include <bsd.port.post.mk>