mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
35 lines
766 B
Makefile
35 lines
766 B
Makefile
# 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>
|