1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/ftp/spegla/Makefile
John Polstra bb57468984 Update to spegla-1.04p1, which fixes core dumps that can happen when
re-logging in after a lost connection.

OK'd by the maintainer of the port.
1999-10-09 21:38:14 +00:00

25 lines
567 B
Makefile

# ex:ts=8
# New ports collection makefile for: spegla
# Version required: 1.04p1
# Date created: Sun Apr 19 16:17:25 PDT 1998
# Whom: Jordan Hubbard <jkh@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= spegla-1.04p1
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \
ftp://subzero.campus.luth.se/pub/spegla/
MAINTAINER= jkh@FreeBSD.org
MANCOMPRESSED= yes
MAN1= spegla.1
post-install:
@${MKDIR} ${PREFIX}/share/examples/spegla
${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
.include <bsd.port.mk>