aboutsummaryrefslogtreecommitdiff
path: root/devel/doc++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/doc++/Makefile')
-rw-r--r--devel/doc++/Makefile19
1 files changed, 5 insertions, 14 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>