openbsd-ports/games/bnetd/Makefile

29 lines
811 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2000/02/15 05:04:20 turan 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
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
2000-02-12 03:02:07 -05:00
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>