d25778b934
latest version and switch to using a versioned distfile so it has a chance to keep building, but mark BROKEN for now because the patches fail to apply to the new version.
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# New ports collection makefile for: yabasic
|
|
# Date created: 11 Nov 1999
|
|
# Whom: Frank Gruender
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yabasic
|
|
PORTVERSION= 2.681
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.yabasic.de/download/
|
|
|
|
MAINTAINER= elwood@mc5sys.in-berlin.de
|
|
|
|
BROKEN= "Patches fail to apply; needs to be updated to new version"
|
|
|
|
USE_BISON= yes
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|