2001-01-29 08:21:36 +00: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 02:25:10 +00:00
|
|
|
PORTVERSION= 0.6.0
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 3
|
2002-11-24 13:41:11 +00:00
|
|
|
CATEGORIES= net parallel
|
2005-10-13 06:04:59 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2001-01-29 08:21:36 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:S:+:-plus:g}
|
|
|
|
|
2001-06-30 02:25:10 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A C++-Library for PVM
|
2001-01-29 08:21:36 +00:00
|
|
|
|
2002-12-22 13:38:32 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm
|
2001-01-29 08:21:36 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-22 13:38:32 +00:00
|
|
|
CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \
|
|
|
|
--with-pvm-libs=${LOCALBASE}/lib
|
2006-08-15 00:56:24 +00:00
|
|
|
USE_LDCONFIG= yes
|
2001-01-29 08:21:36 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-12-22 13:38:32 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
|
2001-01-29 08:21:36 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|