diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 01:52:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 01:52:49 +0000 |
commit | 298303e15b46b4e2093bc9edd673663660865dbd (patch) | |
tree | 6ddb3f516c1865c6361143947b6dd9d4f398a228 /devel | |
parent | 97605ff731949a11042a46386080df6bbb2673db (diff) | |
download | freebsd-ports-298303e15b46b4e2093bc9edd673663660865dbd.zip |
Update to version 3.3.11.
PR: 10176
Submitted by: maintainer, steve
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doc++/Makefile | 19 | ||||
-rw-r--r-- | devel/doc++/distinfo | 2 | ||||
-rw-r--r-- | devel/doc++/pkg-comment | 2 | ||||
-rw-r--r-- | devel/doc++/pkg-descr | 2 |
4 files changed, 8 insertions, 17 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 916ced98c672..3fedb1bad7f4 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -1,15 +1,14 @@ # New ports collection makefile for: DOC++ # Date created: 20 Dec 1998 # Whom: Ruslan@Shevchenko.Kiev.UA -# Version required: 3.2 +# Version required: 3.3.11 # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/26 05:00:45 steve Exp $ # -DISTNAME= docxxsrc -PKGNAME= doc++-3.2 +DISTNAME= doc++-3.3.11 CATEGORIES= devel -MASTER_SITES= http://www.zib.de/Visual/software/doc++/ +MASTER_SITES= http://www.imaginator.com/doc++/ MAINTAINER= Ruslan@Shevchenko.Kiev.UA @@ -17,15 +16,7 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ gs:${PORTSDIR}/print/ghostscript5 \ anytopnm:${PORTSDIR}/graphics/netpbm -WRKSRC= ${WRKDIR}/src +GNU_CONFIGURE= yes USE_GMAKE= yes -do-build: - (cd ${WRKSRC}; gmake ${MAKE_ENV} all CXX=gcc LD=gcc LDFLAGS=-lstdc++ ) - -do-install: - for i in ${WRKSRC}/bin/`uname -s`/*; do \ - ${INSTALL_PROGRAM} $$i ${PREFIX}/bin ; \ - done - .include <bsd.port.mk> diff --git a/devel/doc++/distinfo b/devel/doc++/distinfo index 6321301139c2..3b3929afeb4a 100644 --- a/devel/doc++/distinfo +++ b/devel/doc++/distinfo @@ -1 +1 @@ -MD5 (docxxsrc.tar.gz) = 5c6f133f7dd8b7db582ea157d541bd12 +MD5 (doc++-3.3.11.tar.gz) = a564fce128f29f8ce221e5dc589b5180 diff --git a/devel/doc++/pkg-comment b/devel/doc++/pkg-comment index 7b0d4607115d..f40533ed9a8e 100644 --- a/devel/doc++/pkg-comment +++ b/devel/doc++/pkg-comment @@ -1 +1 @@ -javadoc style documentatation system for FreeBSD +Javadoc style C++ documentatation system. diff --git a/devel/doc++/pkg-descr b/devel/doc++/pkg-descr index 0b7a2bd42567..5fad9a3bd6a3 100644 --- a/devel/doc++/pkg-descr +++ b/devel/doc++/pkg-descr @@ -2,4 +2,4 @@ DOC++ is a source documentation system for C++. It is jenerated javadoc-like documentatio in HTML and LaTeX. The homepage contains more information to supplement this short description. -WWW: http://www.zib.de/Visual/software/doc++/index.html +WWW: http://www.imaginator.com/doc++/ |