1998-04-20 01:57:34 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: spegla
|
|
|
|
# Version required: 0.93p2
|
|
|
|
# Date created: Sun Apr 19 16:17:25 PDT 1998
|
|
|
|
# Whom: Jordan Hubbard <jkh@FreeBSD.ORG>
|
|
|
|
#
|
1998-12-19 14:19:45 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/04/20 22:25:19 asami Exp $
|
1998-04-20 01:57:34 +00:00
|
|
|
#
|
|
|
|
|
1998-12-19 14:19:45 +00:00
|
|
|
DISTNAME= spegla-1.03
|
1998-04-20 01:57:34 +00:00
|
|
|
CATEGORIES= net
|
1998-12-19 14:19:45 +00:00
|
|
|
MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \
|
|
|
|
ftp://subzero.campus.luth.se/pub/spegla/
|
1998-04-20 01:57:34 +00:00
|
|
|
|
1998-12-19 14:19:45 +00:00
|
|
|
MAINTAINER= jkh@FreeBSD.org
|
1998-04-20 01:57:34 +00:00
|
|
|
|
1998-12-19 14:19:45 +00:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
MAN1= spegla.1
|
1998-04-20 01:57:34 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-04-20 22:25:19 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/spegla
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
|
1998-04-20 01:57:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|