diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-30 02:25:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-30 02:25:10 +0000 |
commit | d4f6d1b80b6015488c7d014161dcba14f31fa94b (patch) | |
tree | 4cce36b96cab173b4ca8d6a02c15d6f61bea1318 /net/pvm++/Makefile | |
parent | 62768764b7c6b54cb03697978897d6ec5b269880 (diff) | |
download | ports-d4f6d1b80b6015488c7d014161dcba14f31fa94b.tar.gz ports-d4f6d1b80b6015488c7d014161dcba14f31fa94b.zip |
upgrade to 0.6.0
drop maintainership
Notes
Notes:
svn path=/head/; revision=44571
Diffstat (limited to 'net/pvm++/Makefile')
-rw-r--r-- | net/pvm++/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 05f0964c5e59..fac7082866d3 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -7,22 +7,19 @@ # PORTNAME= pvm++ -PORTVERSION= 0.5.1 +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= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm GNU_CONFIGURE= yes -USE_LIBTOOL= yes - USE_GMAKE= yes - INSTALLS_SHLIB= yes post-install: |