1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/sp/Makefile

23 lines
484 B
Makefile
Raw Normal View History

# New ports collection makefile for: sp
# Version required: 1.1.1
# Date created: April 26, 1997
# Whom: jfieber
#
1997-06-22 17:41:04 +00:00
# $Id: Makefile,v 1.2 1997/04/27 01:06:45 asami Exp $
#
DISTNAME= sp-1.1.1
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.
.if exists(/usr/lib/libstdc++.a)
PLIST= ${PKGDIR}/PLIST-shared
post-install:
1997-04-27 01:06:45 +00:00
${LDCONFIG} -m ${PREFIX}/lib
1997-06-22 17:41:04 +00:00
.endif
.include <bsd.port.mk>