openbsd-ports/textproc/jade/Makefile

21 lines
484 B
Makefile

# $FreeBSD: Makefile,v 1.9 1998/03/13 15:05:20 jfieber Exp $
# $OpenBSD: Makefile,v 1.2 1999/02/07 06:37:14 marc Exp $
#
DISTNAME= jade-1.2.1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/jade/
MAINTAINER= matthieu@laas.fr
# Unfortunately, jade needs libg++
.if !exists(/usr/lib/libstdc++.a)
BROKEN= Requires OpenBSD 2.1 or later.
.endif
# Shared libraries are currently broken for this port.
# post-install:
# ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>