1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/irc/xaric/Makefile
David E. O'Brien f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00

30 lines
657 B
Makefile

# New ports collection makefile for: Xaric
# Date created: 14 Oct 01
# Whom: alanp@unixpower.org
#
# $FreeBSD$
#
PORTNAME= xaric
PORTVERSION= 0.12.1
CATEGORIES= irc
MASTER_SITES= http://www.xaric.org/downloads/ \
ftp://ftp.xaric.org/xaric/
MAINTAINER= ports@FreeBSD.org
COMMENT= IRC Client similer to BitchX or ircII
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= xaric.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/xaric.1 ${MANPREFIX}/man/man1
@${MKDIR} ${DATADIR}/help
${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help
.include <bsd.port.mk>