freebsd-ports/astro/xtide/Makefile
Justin M. Seger e470f7ab97 BROKEN:
# make package
>> harmonics.gz doesn't seem to exist on this system.
>> Attempting to fetch from http://www.universe.digex.net/~dave/files/.
Receiving harmonics.gz (358944 bytes): 100%
358944 bytes transfered in 396.0 seconds  (906 bytes/s)
>> Checksum OK for xtide-1.6.2.tar.gz.
>> Checksum mismatch for harmonics.gz.
Make sure the Makefile and md5 file (/usr/ports/astro/xtide/files/md5)
are up to date.  If you want to override this check, type
"make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop.
1998-08-20 17:42:06 +00:00

35 lines
860 B
Makefile

# New ports collection makefile for: xtide
# Version required: 1.6.2
# Date created: 30 August 1997
# Whom: Brion Moss <brion@queeg.com>
#
# $Id: Makefile,v 1.4 1998/02/02 01:49:22 asami Exp $
#
DISTNAME= xtide-1.6.2
CATEGORIES= astro
MASTER_SITES= http://www.universe.digex.net/~dave/files/
DISTFILES= xtide-1.6.2.tar.gz harmonics.gz
MAINTAINER= brion@queeg.com
# www.universe.digex.net is broken
FETCH_BEFORE_ARGS= -t
BROKEN= checksum
EXTRACT_ONLY= xtide-1.6.2.tar.gz
USE_IMAKE= yes
NO_WRKSUBDIR= yes
MAN1= xtide.1
post-extract:
@gzip -dc ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xtide.man ${PREFIX}/man/man1/xtide.1
@${MKDIR} ${PREFIX}/lib/xtide
${INSTALL_DATA} ${WRKSRC}/harmonics ${PREFIX}/lib/xtide
.include <bsd.port.mk>