openbsd-ports/textproc/sp/Makefile

30 lines
691 B
Makefile
Raw Normal View History

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
#
# $OpenBSD: Makefile,v 1.7 2000/04/09 17:38:32 espie Exp $
1998-05-21 21:32:04 -04:00
#
DISTNAME= sp-1.2.1
CATEGORIES= textproc
FAKE=No
1998-05-21 21:32:04 -04:00
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/
MAINTAINER= ports@openbsd.org
1998-05-21 21:32:04 -04:00
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
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>