pkgsrc/lang/intercal/Makefile
rillig 8c6aee8563 lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 19:03:56 +00:00

27 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.16 2019/11/03 19:04:02 rillig Exp $
#
DISTNAME= intercal-0.30
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.catb.org/~esr/intercal/
COMMENT= The ultimate language for obfuscation and job security
LICENSE= gnu-gpl-v2
MAKE_JOBS_SAFE= no
USE_TOOLS+= flex yacc
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= bin lib
INFO_FILES= yes
# 0.30 still mostly calls itself 0.29
PLIST_SUBST+= PLISTVERSION=0.29
CONFIGURE_ENV+= LEX="flex -l"
do-test:
cd ${WRKSRC}/pit && ${MAKE}
.include "../../mk/bsd.pkg.mk"