b32b7657bb
to shut up the pkglint warnings.
24 lines
661 B
Makefile
24 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/02/28 11:58:47 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
|
|
AUTO_MKDIRS= 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"
|