pkgsrc/misc/buffer/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

18 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:38 rillig Exp $
DISTNAME= buffer-1.17
CATEGORIES= misc
MASTER_SITES= ftp://ftp.gwdg.de/pub/linux/jurix/source/system/backup/ \
ftp://ftp.fu-berlin.de/unix/linux/mirrors/jurix.jura.uni-sb.de/source/system/backup/
MAINTAINER= tron@NetBSD.org
COMMENT= Buffer sporadic binary I/O for faster tape use
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CPPFLAGS+= -DSYS5
MAKE_ENV+= CC=${CC:Q}
.endif
.include "../../mk/bsd.pkg.mk"