mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# New ports collection makefile for: sp
|
|
# Version required: 1.1.1
|
|
# Date created: April 26, 1997
|
|
# Whom: jfieber
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/04/26 20:01:59 jfieber Exp $
|
|
#
|
|
|
|
DISTNAME= sp-1.1.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
|
|
|
|
MAINTAINER= jfieber@FreeBSD.ORG
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|