freebsd-ports/irc/iroffer/Makefile
2011-05-10 19:14:40 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: iroffer
# Date created: November 22, 2000
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= iroffer
PORTVERSION= 1.4.3
CATEGORIES= irc
MASTER_SITES= http://iroffer.org/archive/v1.4/
DISTNAME= iroffer1.4.b03
EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= An IRC "bot" that makes sharing files via DCC extremely easy
LICENSE= GPLv2
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.*
post-patch:
${REINPLACE_CMD} -e 's|cctype="gcc"|cctype="${CC}"|' \
${WRKSRC}/Configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/WHATSNEW ${DOCSDIR}/
.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/dynip.sh ${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/iroffer.cron ${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/sample.config ${EXAMPLESDIR}/
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>