diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-01-29 08:21:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-01-29 08:21:36 +0000 |
commit | 015ad0b91b63e8eacd05067a3a3abd2e41317c1b (patch) | |
tree | bd8afa34a340e4c8c73793e089238d86574b5270 /net/pvm++/Makefile | |
parent | 43a73b8b72dc496d47f663c8d8f633babf1ab6a9 (diff) | |
download | FreeBSD-ports-015ad0b91b63e8eacd05067a3a3abd2e41317c1b.zip FreeBSD-ports-015ad0b91b63e8eacd05067a3a3abd2e41317c1b.tar.gz |
add pvm++, A C++-Library for PVM
Diffstat (limited to 'net/pvm++/Makefile')
-rw-r--r-- | net/pvm++/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile new file mode 100644 index 0000000..c5d0f30 --- /dev/null +++ b/net/pvm++/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# New ports collection makefile for: pvm++ +# Date created: Jan 29, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pvm++ +PORTVERSION= 0.5.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \ + http://goethe.ira.uka.de/~wilhelmi/pvm++/ +MASTER_SITE_SUBDIR= ${PORTNAME:S:+:-plus:g} + +MAINTAINER= ijliao@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +USE_GMAKE= yes + +INSTALLS_SHLIB= yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/pvm++ + @${CP} ${WRKSRC}/doc/*.png ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/pvm++ +.endif + +.include <bsd.port.mk> |