1999-11-03 20:04:53 -05:00
|
|
|
# OpenBSD makefile for: kaffe
|
|
|
|
# Version required: 0.8.4
|
|
|
|
# Date created: 1998-Sep-2
|
|
|
|
# Whom: dugsong@monkey.org
|
|
|
|
#
|
|
|
|
# Relevant URLs: ftp://ftp.kaffe.org/pub/kaffe/
|
1998-09-03 14:24:29 -04:00
|
|
|
|
1999-11-03 20:04:53 -05:00
|
|
|
BROKEN= In file included from System.c:31: ../../../include/system.h:33: #error "Seperators undefined for this system"
|
|
|
|
|
|
|
|
DISTNAME= kaffe-1.0.b2
|
1998-09-03 14:24:29 -04:00
|
|
|
CATEGORIES= lang
|
1999-11-03 20:04:53 -05:00
|
|
|
DIST_SUBDIR= ${PKGNAME}
|
1998-09-03 14:24:29 -04:00
|
|
|
|
1999-11-03 20:04:53 -05:00
|
|
|
MASTER_SITES= ftp://ftp.transvirtual.com/pub/kaffe/
|
1998-09-03 14:24:29 -04:00
|
|
|
|
1999-11-03 20:04:53 -05:00
|
|
|
MAINTAINER= ports@OpenBSD.ORG
|
1998-09-03 14:24:29 -04:00
|
|
|
|
1999-11-03 20:04:53 -05:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib"
|
1998-09-03 14:24:29 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1998-12-06 14:33:28 -05:00
|
|
|
post-install:
|
1999-11-03 20:04:53 -05:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/FAQ/* ${PREFIX}/share/kaffe
|
1998-12-06 14:33:28 -05:00
|
|
|
|
1998-09-03 14:24:29 -04:00
|
|
|
.include <bsd.port.mk>
|