aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml-examples/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-06-01 14:16:40 +0000
committerRene Ladan <rene@FreeBSD.org>2014-06-01 14:16:40 +0000
commit5ee7fa75d63eefc0840f3488e378ad771f28aacb (patch)
tree1cddf1d3270706f8770e9e135cd13cd917093300 /lang/ocaml-examples/Makefile
parent5dbe4e1bf1e90ad10ea5324c1a3f6d4f5288c216 (diff)
downloadports-5ee7fa75d63eefc0840f3488e378ad771f28aacb.tar.gz
ports-5ee7fa75d63eefc0840f3488e378ad771f28aacb.zip
Notes
Diffstat (limited to 'lang/ocaml-examples/Makefile')
-rw-r--r--lang/ocaml-examples/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/lang/ocaml-examples/Makefile b/lang/ocaml-examples/Makefile
deleted file mode 100644
index 04229d27144d..000000000000
--- a/lang/ocaml-examples/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
-# $FreeBSD$
-
-PORTNAME= ocaml
-PORTVERSION= 3.12
-CATEGORIES= lang
-MASTER_SITES= http://cristal.inria.fr/caml_examples/
-PKGNAMESUFFIX= -examples
-DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
-
-MAINTAINER= johans@FreeBSD.org
-COMMENT= Example programs for the Objective Caml
-
-DEPRECATED= Outdated and discontinued; new examples are in lang/ocaml
-EXPIRATION_DATE=2014-06-01
-
-NO_BUILD= yes
-
-do-install:
-.ifndef NOPORTEXAMPLES
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @${TAR} -cf- -C ${WRKSRC} --exclude Imakefile . | \
- ${TAR} -xf- -C ${STAGEDIR}${EXAMPLESDIR}
- @${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \;
- @${FIND} ${STAGEDIR}${EXAMPLESDIR} -exec ${CHOWN} ${SHAREOWN} {} \;
-.endif
-
-.include <bsd.port.mk>