openbsd-ports/games/bnetd/Makefile

23 lines
686 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2000/02/12 00:43:58 espie Exp $
1999-03-29 21:10:44 -05:00
1999-11-09 02:06:22 -05:00
DISTNAME= bnetd-0.4.19
CATEGORIES= games
1999-03-29 21:10:44 -05:00
MASTER_SITES= http://www.bnetd.org/files/
NEED_VERSION= 1.195
1999-03-29 21:10:44 -05:00
1999-11-10 22:48:53 -05:00
MAINTAINER= kevlo@openbsd.org
HAS_CONFIGURE=Yes
WRKSRC= ${WRKDIST}/src
1999-03-29 21:10:44 -05:00
MAKE_FLAGS=CFLAGS=-O2
1999-03-29 21:10:44 -05:00
do-install:
cd ${WRKDIST}/bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin
cd ${WRKDIST}/sbin; ${INSTALL_PROGRAM} * ${PREFIX}/sbin
cd ${WRKDIST}/man; ${INSTALL_MAN} bnchat.1 bnetd.1 bnftp.1 bnpass.1 ${PREFIX}/man/man1; ${INSTALL_MAN} bnetd.conf.4 bntext.4 bnmotd.txt.4 bnnews.txt.4 ${PREFIX}/man/man4
${INSTALL_DATA_DIR} ${PREFIX}/bnetd && cd ${WRKDIST} && cp -R files users conf reports ${PREFIX}/bnetd
1999-04-04 01:59:21 -05:00
1999-03-31 19:05:44 -05:00
1999-03-29 21:10:44 -05:00
.include <bsd.port.mk>