diff options
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 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> + |