summaryrefslogtreecommitdiff
path: root/www/mhonarc/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-06-27 18:18:49 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-06-27 18:18:49 +0000
commitd0f13acdde975418958c4292c048a9f324aaedba (patch)
tree15d2e0b6f8ea4bb0ca552366f1e548928fca01d9 /www/mhonarc/Makefile
parentGet bash to not use GNU malloc. This solves the calloc() weirdness (diff)
Import of MHonArc-2.1
PR: ports/3902 Submitted by: "A. Joseph Koshy" <koshy@india.hp.com>
Notes
Notes: svn path=/head/; revision=7100
Diffstat (limited to 'www/mhonarc/Makefile')
-rw-r--r--www/mhonarc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile
new file mode 100644
index 000000000000..b04de87192ba
--- /dev/null
+++ b/www/mhonarc/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: MHonArc
+# Version required: 2.1
+# Date created: 18 June 1997
+# Whom: koshy@india.hp.com
+#
+# $Id$
+#
+
+DISTNAME= MHonArc2.1
+PKGNAME= mhonarc-2.1
+CATEGORIES= www mail
+MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
+ ftp://hhobel.phl.univie.ac.at/MHonArc/
+
+MAINTAINER= ports@freebsd.org
+
+INSTALL_TARGET= install-batch
+
+pre-install:
+ ${MKDIR} ${PREFIX}/lib/MHonArc
+ ${MKDIR} ${PREFIX}/lib/MHonArc/doc/resources
+
+.include <bsd.port.mk>
+