mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
052cf380ee
which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# New ports collection makefile for: ScrollZ
|
|
# Date created: 10 Aug 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scrollz
|
|
PORTVERSION= 1.8j
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://www.scrollz.com/Bins/
|
|
DISTNAME= ScrollZ-${PORTVERSION}-FreeBSD-3.4
|
|
EXTRACT_SUFX= .gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
EXTRACT_CMD= gunzip
|
|
EXTRACT_BEFORE_ARGS= -c
|
|
EXTRACT_AFTER_ARGS= > ${WRKSRC}/scrollz
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz
|
|
|
|
.include <bsd.port.mk>
|