2013-03-08 12:32:11 +01:00
|
|
|
# Created by: Frank Gruender
|
1999-12-25 16:09:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= yabasic
|
2014-04-11 18:02:32 +02:00
|
|
|
PORTVERSION= 2.767
|
1999-12-25 16:09:02 +01:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://www.yabasic.de/download/
|
|
|
|
|
2001-06-14 09:40:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Yet another Basic for Unix and Windows
|
2001-03-10 06:27:50 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 ice sm xt
|
2013-03-08 12:32:11 +01:00
|
|
|
USES= bison
|
1999-12-25 16:09:02 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-06 21:53:33 +01:00
|
|
|
|
2005-09-09 20:30:02 +02:00
|
|
|
PORTDOCS= yabasic.htm
|
2013-10-17 04:06:19 +02:00
|
|
|
PLIST_FILES= bin/yabasic man/man1/yabasic.1.gz
|
|
|
|
|
2014-02-21 14:37:50 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-10-17 04:06:19 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2005-09-09 20:30:02 +02:00
|
|
|
|
2001-06-14 09:40:22 +02:00
|
|
|
post-patch:
|
2003-11-06 21:53:33 +01:00
|
|
|
@${REINPLACE_CMD} -e "s|= -DUNIX|= @X_CFLAGS@ -DUNIX|g" ${WRKSRC}/Makefile.in
|
2001-06-14 09:40:22 +02:00
|
|
|
|
2004-07-19 19:52:40 +02:00
|
|
|
post-build test:
|
|
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
|
|
|
|
2001-07-17 06:15:11 +02:00
|
|
|
post-install:
|
2013-10-17 04:06:19 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/yabasic.htm ${STAGEDIR}${DOCSDIR}
|
2001-06-14 09:40:22 +02:00
|
|
|
.endif
|
1999-12-25 16:09:02 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|