diff options
author | foxfair <foxfair@FreeBSD.org> | 1999-01-27 09:33:13 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 1999-01-27 09:33:13 +0800 |
commit | 636307a66df9a8e205dd0aa810dd37aa03383aeb (patch) | |
tree | 6da880236a05bc1ec15e01869008d395adc94372 /net/mars_nwe/Makefile | |
parent | 3709d06c6146df5f0891ce0b816f61a080230c8c (diff) | |
download | freebsd-ports-gnome-636307a66df9a8e205dd0aa810dd37aa03383aeb.tar.gz freebsd-ports-gnome-636307a66df9a8e205dd0aa810dd37aa03383aeb.tar.zst freebsd-ports-gnome-636307a66df9a8e205dd0aa810dd37aa03383aeb.zip |
Fix conflict when initial importing.
Fix conflict when initial importing.
Diffstat (limited to 'net/mars_nwe/Makefile')
-rw-r--r-- | net/mars_nwe/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/net/mars_nwe/Makefile b/net/mars_nwe/Makefile new file mode 100644 index 000000000000..f7dc22b8f96e --- /dev/null +++ b/net/mars_nwe/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: mars_nwe +# Version required: 0.99.pl14 +# Date created: 29 Dec 1998 +# Whom: Boris Popov <bp@butya.kz> +# +# $Id: Makefile,v 1.1.1.2 1999/01/27 01:27:42 foxfair Exp $ +# + +DISTNAME= mars_nwe-0.99.pl14 +PKGNAME= mars_nwe-0.99b14 +CATEGORIES= net +MASTER_SITES= http://www.compu-art.de/download/ \ + ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/mars_nwe/ \ + ftp://ftp.butya.kz/pub/mars_nwe/ +EXTRACT_SUFX= .tgz + +MAINTAINER= bp@butya.kz + +WRKSRC= ${WRKDIR}/mars_nwe + +NO_PACKAGE= ignores cflags + +do-build: + @(cd ${WRKSRC} && ${MAKE} all) + +do-install: + @(cd ${WRKSRC} && ./mk.li install) + @${ECHO} "You need to create a startup file to load MARS_NWE Server when booting." + @${ECHO} "Create a nwserv.sh in ${PREFIX}/etc/rc.d directory and modify" + @${ECHO} "${PREFIX}/etc/nwserv.conf manually before you loading server." + @${ECHO} "Your kernel _must_ support IPXRoute!" + @${ECHO} "" + @${ECHO} "After building look details into ${WORKDIR}/mars_nwe/doc directory." + @${ECHO} "((Especially this file : README.FREEBSD))" + +.include <bsd.port.mk> |