10588346d3
these great pieces of software, so that let others with more free time to take over them.
30 lines
870 B
Makefile
30 lines
870 B
Makefile
# New ports collection makefile for: mserver
|
|
# Date created: 21 May 1999
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mserver
|
|
PORTVERSION= 0.23a
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.usf.uni-kassel.de/pub/unix/modem/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Network modem sharing server
|
|
|
|
MAKE_ARGS= CC="${CC}" CCOPTS="${CFLAGS}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mserver ${PREFIX}/sbin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tcpconn ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/mserver.conf ${PREFIX}/etc/mserver.conf.default
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mserver.sh.sample ${PREFIX}/etc/rc.d/mserver.sh.sample
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/mserver
|
|
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mserver
|
|
@${INSTALL_MAN} ${WRKSRC}/README.tcpconn ${PREFIX}/share/doc/mserver
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|