pkgsrc/lang/intercal/Makefile
drochner e37a995282 update to 0.29
changes:
-added regression-test suite
-two new compiler error messages, E990 and E994
-floating-point library is now automatically included if a program NEXTs
 to labels in the range 5000-5999
-misc fixes
2010-11-30 20:13:29 +00:00

24 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/11/30 20:13:29 drochner Exp $
#
DISTNAME= intercal-0.29
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/intercal/
COMMENT= The ultimate language for obfuscation and job security
MAKE_JOBS_SAFE= no
USE_TOOLS+= flex yacc
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS+= bin lib
INFO_FILES= yes
CONFIGURE_ENV+= LEX="flex -l"
do-test:
cd ${WRKSRC}/pit && ${MAKE}
.include "../../mk/bsd.pkg.mk"