23 lines
563 B
Makefile
23 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/12/18 14:02:07 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= intercal-0.24
|
|
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+= lex yacc
|
|
GNU_CONFIGURE= yes
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
INSTALLATION_DIRS+= bin lib
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_STAGE.prefix= post-patch
|
|
SUBST_FILES.prefix= perpetrate.c
|
|
SUBST_VARS.prefix= PREFIX
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|