mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7ab4f1dc9b
Submitted by: jfieber
24 lines
561 B
Makefile
24 lines
561 B
Makefile
# New ports collection makefile for: sp
|
|
# Version required: 1.2.1
|
|
# Date created: April 26, 1997
|
|
# Whom: jfieber
|
|
#
|
|
# $Id: Makefile,v 1.7 1998/10/14 23:30:12 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= sp-1.2.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
|
|
|
|
MAINTAINER= jfieber@FreeBSD.ORG
|
|
|
|
# The shared libsp only works on post 2.1.x systems.
|
|
# 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
|
|
|
|
.include <bsd.port.mk>
|