freebsd-ports/misc/nserver/Makefile
2003-08-07 15:44:06 +00:00

36 lines
781 B
Makefile

# 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>