mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5e5841f2cd
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
21 lines
349 B
Makefile
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>
|