freebsd-ports/irc/garnaxfs/Makefile
Kirill Ponomarev ac315ed6a7 Add garnaxfs 1.1.0,
Garnaxbot (File Server) is a file serving bot for IRC (commonly
referred to as a DCC bot). It uses the DCC chat/send features
of IRC to send files to other users. Garnaxbot will connect to
an IRC server and allow people to request files via DCC chat.

PR:		ports/68101
Submitted by:	Travis Poppe <tlp@liquidx.org>
2004-06-20 16:48:02 +00:00

29 lines
712 B
Makefile

# New ports collection makefile for: garnaxfs
# Date created: 19 Jun 2004
# Whom: Travis Poppe <tlp@liquidx.org>
#
# $FreeBSD$
#
PORTNAME= garnaxfs
PORTVERSION= 1.1.0
CATEGORIES= irc
MASTER_SITES= http://garnax.mircx.com/
DISTNAME= garnax-f1.1
MAINTAINER= tlp@liquidx.org
COMMENT= A file serving bot for IRC
USE_REINPLACE= yes
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_FILES= bin/garnaxfs etc/garnaxfs.sample
post-patch:
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_CFLAGS}|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/garnax ${PREFIX}/bin/garnaxfs
${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/garnaxfs.sample
.include <bsd.port.mk>