Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

24
chat/emech/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.9 2012/10/03 00:02:35 asau Exp $
#
DISTNAME= emech-3.0.2
CATEGORIES= chat
MASTER_SITES= http://www.energymech.net/files/
MAINTAINER= pkgsrc-users@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+= bin share/examples/emech
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/energymech ${DESTDIR}${PREFIX}/bin/mech
${INSTALL_DATA} ${WRKSRC}/sample.conf ${DESTDIR}${PREFIX}/share/examples/emech/
.include "../../mk/bsd.pkg.mk"