1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/lang/yabasic/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

32 lines
632 B
Makefile

# New ports collection makefile for: yabasic
# Date created: 11 Nov 1999
# Whom: Frank Gruender
#
# $FreeBSD$
#
PORTNAME= yabasic
PORTVERSION= 2.716
CATEGORIES= lang
MASTER_SITES= http://www.yabasic.de/download/
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_BISON= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN1= yabasic.1
post-patch:
@${REINPLACE_CMD} -e "s|-DUNIX|\@X_CFLAGS\@ -DUNIX|g" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" ${WRKSRC}/bison.c
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/yabasic.htm ${DOCSDIR}
.endif
.include <bsd.port.mk>