aboutsummaryrefslogtreecommitdiff
path: root/devel/camlp4/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-27 22:26:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-27 22:26:55 +0000
commit667b0fceaca8762ab21a4e6e2dd1006b4ee9b1b0 (patch)
tree53de901ddc1bfc00bd70d3b934feb024f9d1cad7 /devel/camlp4/Makefile
parent99606f0b7a7996b759ed34658c619f1f473f1c4e (diff)
downloadports-667b0fceaca8762ab21a4e6e2dd1006b4ee9b1b0.tar.gz
ports-667b0fceaca8762ab21a4e6e2dd1006b4ee9b1b0.zip
Notes
Diffstat (limited to 'devel/camlp4/Makefile')
-rw-r--r--devel/camlp4/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile
deleted file mode 100644
index cc462319b6ae..000000000000
--- a/devel/camlp4/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: camlp4
-# Date created: 12 July 2000
-# Whom: Kim Scarborough <user@unknown.nu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= camlp4
-PORTVERSION= 3.06
-CATEGORIES= devel
-MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \
- http://cristal.inria.fr/~ddr/Camlp4/ftp/ \
- http://www.unknown.nu/ports/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-manual.html${EXTRACT_SUFX} \
- ${DISTNAME}-tutorial.html${EXTRACT_SUFX}
-
-MAINTAINER= user@unknown.nu
-COMMENT= Pre-Processor-Pretty-Printer for Objective Caml
-
-BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml
-
-HAS_CONFIGURE= yes
-ALL_TARGET= world bootstrap opt
-
-MAN1= camlp4.1
-MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4o.opt.1 \
- camlp4.1 camlp4r.1 camlp4.1 camlp4r.opt.1 \
- camlp4.1 mkcamlp4.1 camlp4.1 ocpp.1
-
-CONFIGURE_ARGS= --prefix ${PREFIX}
-
-BROKEN= "Does not compile"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2004-06-18
-
-.if !defined(NOPORTDOCS)
-DOCFILES= ${DISTNAME}-manual.html${EXTRACT_SUFX} ${DISTNAME}-manual.ps.gz \
- ${DISTNAME}-tutorial.html${EXTRACT_SUFX} ${DISTNAME}-tutorial.ps.gz
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}/html/manual/lib
- @${MKDIR} ${DOCSDIR}/html/tutorial
- @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-manual.html/lib/* ${DOCSDIR}/html/manual/lib/
- @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-manual.html/[c-im-p]* ${DOCSDIR}/html/manual/
- @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-tutorial.html/* ${DOCSDIR}/html/tutorial/
- @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-manual.ps.gz ${DOCSDIR}/
- @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-tutorial.ps.gz ${DOCSDIR}/
-.endif
-
-.include <bsd.port.mk>