1998-05-21 21:32:04 -04:00
|
|
|
# OpenBSD makefile for: sp
|
|
|
|
# Version required: 1.2.1
|
|
|
|
# Date created: May 21 1998
|
|
|
|
# Whom: Angelos D. Keromytis
|
|
|
|
#
|
2001-10-28 08:05:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2001/10/28 13:05:49 espie Exp $
|
1998-05-21 21:32:04 -04:00
|
|
|
#
|
|
|
|
|
2001-05-06 00:11:38 -04:00
|
|
|
COMMENT= "OO toolkit for SGML parsing and entity management"
|
|
|
|
|
1998-05-21 21:32:04 -04:00
|
|
|
DISTNAME= sp-1.2.1
|
|
|
|
CATEGORIES= textproc
|
2001-07-13 07:23:37 -04:00
|
|
|
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ \
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/sp/
|
2001-05-06 00:11:38 -04:00
|
|
|
NEED_VERSION= 1.402
|
1998-05-21 21:32:04 -04:00
|
|
|
|
2001-06-19 21:43:11 -04:00
|
|
|
# License: BSD
|
2000-06-09 20:02:38 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
FAKE_FLAGS=PREFIX=${PREFIX}
|
2000-02-12 01:29:49 -05:00
|
|
|
|
1998-05-21 21:32:04 -04:00
|
|
|
# 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>
|