1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/irc/scrollz/Makefile
Chris Piazza d613dee42e Import of ScrollZ.
ScrollZ is a colour-enabled IRC client that implements many
useful features normally found in a script.

PR:		13083
Submitted by:	Will Andrews <andrews@technologist.com>
1999-08-14 03:34:42 +00:00

33 lines
627 B
Makefile

# New ports collection makefile for: ScrollZ
# Version required: 1.8i5
# Date created: 10 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $Id$
#
DISTNAME= ScrollZ-1.8i5-FreeBSD-3.2
PKGNAME= scrollz-1.8i5
CATEGORIES= irc
MASTER_SITES= ftp://ftp.scrollz.net/ScrollZ/
EXTRACT_SUFX= .bz2
MAINTAINER= andrews@technologist.com
USE_BZIP2= YES
NO_BUILD= YES
ONLY_FOR_ARCHS= i386
BZIP2?= ${LOCALBASE}/bin/bzip2
pre-extract:
@${MKDIR} ${WRKSRC}
do-extract:
@${BZIP2} -dc ${DISTDIR}/${DISTFILES} > ${WRKSRC}/scrollz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz
.include <bsd.port.mk>