mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bb57468984
re-logging in after a lost connection. OK'd by the maintainer of the port.
25 lines
567 B
Makefile
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>
|