pkgsrc/lang/ccsh/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

28 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:10 rillig Exp $
#
DISTNAME= ccsh-0.0.4
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ccsh/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://ccsh.sourceforge.net/
COMMENT= C-like syntax scripting
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
SUBST_CLASSES+= options
SUBST_MESSAGE.options= Preventing CFLAGS from being overridden.
SUBST_STAGE.options= post-patch
SUBST_FILES.options= Makefile
SUBST_SED.options= -e 's,^CFLAGS =,\#CFLAGS =,g'
INSTALLATION_DIRS+= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ccsh ${PREFIX}/bin/ccsh
.include "../../mk/bsd.pkg.mk"