mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add nserver - software for Nokia Communicators.
This commit is contained in:
parent
777d819e4c
commit
aee4f5d14a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86510
5 changed files with 42 additions and 0 deletions
|
@ -247,6 +247,7 @@
|
||||||
SUBDIR += mshell
|
SUBDIR += mshell
|
||||||
SUBDIR += mtx
|
SUBDIR += mtx
|
||||||
SUBDIR += muuz
|
SUBDIR += muuz
|
||||||
|
SUBDIR += nserver
|
||||||
SUBDIR += nsf
|
SUBDIR += nsf
|
||||||
SUBDIR += numchar
|
SUBDIR += numchar
|
||||||
SUBDIR += nut
|
SUBDIR += nut
|
||||||
|
|
35
misc/nserver/Makefile
Normal file
35
misc/nserver/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# ports collection makefile for: nserver
|
||||||
|
# Date created: 7 August 2003
|
||||||
|
# Whom: Sergey A. Osokin <osa@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= nserver
|
||||||
|
PORTVERSION= 1.0.0
|
||||||
|
CATEGORIES= misc
|
||||||
|
MASTER_SITES= http://www.version6.net/misc/
|
||||||
|
|
||||||
|
MAINTAINER= osa@FreeBSD.org
|
||||||
|
COMMENT= Nserver for the Nokia 9000 and 9110 Communicator
|
||||||
|
# Original site http://www.users.globalnet.co.uk/~syrinx/9110/nserver.html
|
||||||
|
# doesn't exist anymore
|
||||||
|
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
do-patch:
|
||||||
|
@${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|g; \
|
||||||
|
s|ttyS3|cuaa0|g; \
|
||||||
|
s|= LINUX|= BSD|g; \
|
||||||
|
s|^CC|#CC|g" \
|
||||||
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/nserver ${PREFIX}/sbin
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
misc/nserver/distinfo
Normal file
1
misc/nserver/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (nserver-1.0.0.tar.gz) = bcfd358994e21a24562bed1a2177147f
|
3
misc/nserver/pkg-descr
Normal file
3
misc/nserver/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Nserver for the Nokia 9000 and 9110 Communicator
|
||||||
|
|
||||||
|
WWW: http://www.version6.net/misc/nserver.html
|
2
misc/nserver/pkg-plist
Normal file
2
misc/nserver/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sbin/nserver
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
Loading…
Add table
Reference in a new issue