openbsd-ports/textproc/sp/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

34 lines
819 B
Makefile

# OpenBSD makefile for: sp
# Version required: 1.2.1
# Date created: May 21 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.12 2001/10/28 13:05:49 espie Exp $
#
COMMENT= "OO toolkit for SGML parsing and entity management"
DISTNAME= sp-1.2.1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/sp/
NEED_VERSION= 1.402
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS=PREFIX=${PREFIX}
# 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>