1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/pvm++/Makefile
Ying-Chieh Liao d4f6d1b80b upgrade to 0.6.0
drop maintainership
2001-06-30 02:25:10 +00:00

32 lines
746 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.6.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= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm
GNU_CONFIGURE= 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>