summaryrefslogtreecommitdiff
path: root/textproc/sp/Makefile
blob: dccc66f96f5353669e2d5396c375a3bb2ec8ad28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>