mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
25 lines
565 B
Makefile
25 lines
565 B
Makefile
# 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>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= spegla-1.04
|
|
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>
|