diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-06-27 18:18:49 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-06-27 18:18:49 +0000 |
commit | e388b2ee1ca3f2ffdb2ba6f6aade887dba0174c8 (patch) | |
tree | 99ae5b512c7de483f092551ac85a21ab8c6df32a /www/mhonarc/Makefile | |
parent | 7b2569962e87403804a31826fae506e9c43beadb (diff) | |
download | FreeBSD-ports-e388b2ee1ca3f2ffdb2ba6f6aade887dba0174c8.zip FreeBSD-ports-e388b2ee1ca3f2ffdb2ba6f6aade887dba0174c8.tar.gz |
Import of MHonArc-2.1
PR: ports/3902
Submitted by: "A. Joseph Koshy" <koshy@india.hp.com>
Diffstat (limited to 'www/mhonarc/Makefile')
-rw-r--r-- | www/mhonarc/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile new file mode 100644 index 0000000..b04de87 --- /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> + |