Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

19
misc/buffer/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.19 2012/10/08 09:57:17 asau Exp $
DISTNAME= buffer-1.17
CATEGORIES= misc
MASTER_SITES= #
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Buffer sporadic binary I/O for faster tape use
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CPPFLAGS+= -DSYS5
MAKE_ENV+= CC=${CC:Q}
.endif
.include "../../mk/bsd.pkg.mk"