2001-01-29 09:21:36 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: pvm++
|
|
|
|
# Date created: Jan 29, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pvm++
|
2001-06-30 04:25:10 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 4
|
2002-11-24 14:41:11 +01:00
|
|
|
CATEGORIES= net parallel
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/pvm-plus-plus/pvm-plus-plus/${PORTVERSION}
|
2001-01-29 09:21:36 +01:00
|
|
|
|
2001-06-30 04:25:10 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A C++-Library for PVM
|
2001-01-29 09:21:36 +01:00
|
|
|
|
2002-12-22 14:38:32 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm
|
2001-01-29 09:21:36 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2001-01-29 09:21:36 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-22 14:38:32 +01:00
|
|
|
CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \
|
|
|
|
--with-pvm-libs=${LOCALBASE}/lib
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-01-29 09:21:36 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-12-22 14:38:32 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
|
2001-01-29 09:21:36 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|