freebsd-ports/lang/yabasic/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

21 lines
349 B
Makefile

# New ports collection makefile for: yabasic
# Date created: 11 Nov 1999
# Whom: Frank Gruender
#
# $FreeBSD$
#
PORTNAME= yabasic
PORTVERSION= 2.64
CATEGORIES= lang
MASTER_SITES= http://www.yabasic.de/download/
DISTFILES= yab.tar.Z
MAINTAINER= elwood@mc5sys.in-berlin.de
USE_BISON= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>