openbsd-ports/textproc/sp/Makefile
2000-02-12 06:29:49 +00:00

29 lines
668 B
Makefile

# OpenBSD makefile for: sp
# Version required: 1.2.1
# Date created: May 21 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.5 2000/02/12 06:30:05 turan Exp $
#
DISTNAME= sp-1.2.1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= BSD
PERMIT_PKG_CDROM= YES
PERMIT_PKG_FTP= YES
PERMIT_DISTF_CDROM= YES
PERMIT_DISTF_FTP= YES
# 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>