mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00: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
@ -247,6 +247,7 @@
|
||||
SUBDIR += mshell
|
||||
SUBDIR += mtx
|
||||
SUBDIR += muuz
|
||||
SUBDIR += nserver
|
||||
SUBDIR += nsf
|
||||
SUBDIR += numchar
|
||||
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…
Reference in New Issue
Block a user