summaryrefslogtreecommitdiff
path: root/chat/emech/Makefile
blob: 293dd66f48768ded36c0eec78870aae8ea446fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.5 2007/03/17 14:13:23 rillig Exp $
#

DISTNAME=	emech-3.0.2
CATEGORIES=	chat
MASTER_SITES=	http://www.energymech.net/files/

MAINTAINER=	manu@NetBSD.org
HOMEPAGE=	http://www.energymech.net/
COMMENT=	IRC bot written in C

HAS_CONFIGURE=			YES
# The ./configure script is interactive, but selects the default values
# when given no input.
CONFIGURE_ARGS+=		< /dev/null
BUILD_TARGET=			mech
INSTALLATION_DIRS_FROM_PLIST=	yes

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/energymech ${PREFIX}/bin/mech
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/emech
	${INSTALL_DATA} ${WRKSRC}/sample.conf ${PREFIX}/share/examples/emech/

.include "../../mk/bsd.pkg.mk"