1997-04-26 20:02:01 +00:00
|
|
|
# New ports collection makefile for: sp
|
1997-10-14 01:23:55 +00:00
|
|
|
# Version required: 1.2.1
|
1997-04-26 20:02:01 +00:00
|
|
|
# Date created: April 26, 1997
|
|
|
|
# Whom: jfieber
|
|
|
|
#
|
1998-10-16 02:55:50 +00:00
|
|
|
# $Id: Makefile,v 1.7 1998/10/14 23:30:12 jseger Exp $
|
1997-04-26 20:02:01 +00:00
|
|
|
#
|
|
|
|
|
1997-10-14 01:23:55 +00:00
|
|
|
DISTNAME= sp-1.2.1
|
1997-04-26 20:02:01 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
|
|
|
|
|
|
|
|
MAINTAINER= jfieber@FreeBSD.ORG
|
|
|
|
|
1997-06-22 17:41:04 +00:00
|
|
|
# The shared libsp only works on post 2.1.x systems.
|
1997-07-06 19:27:30 +00:00
|
|
|
# shared C++ libraries appear to be broken on post 2.2.1 system too...
|
|
|
|
#.if exists(/usr/lib/libstdc++.a)
|
|
|
|
#PLIST= ${PKGDIR}/PLIST-shared
|
|
|
|
#post-install:
|
|
|
|
# ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
#.endif
|
1997-04-26 20:02:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|