forked from Lainports/freebsd-ports
Use MAKE_ARGS to override definition in the Makefile instead of patching. While here eliminate use of MAN1PREFIX and move manpage to share/man
20 lines
491 B
Makefile
20 lines
491 B
Makefile
PORTNAME= buffer
|
|
PORTVERSION= 1.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= GENTOO \
|
|
http://www.mondorescue.org/download/MondoCD/TGZS/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Buffer sporadic I/O for faster tape and pipe throughput
|
|
|
|
USES= tar:tgz
|
|
PLIST_FILES= bin/buffer \
|
|
share/man/man1/buffer.1.gz
|
|
CFLAGS+= -D_WANT_SEMUN
|
|
MAKE_ARGS= CC="${CC}" \
|
|
CFLAGS="${CFLAGS}" \
|
|
INSTBIN="${STAGEDIR}${PREFIX}/bin" \
|
|
INSTMAN="${STAGEDIR}${PREFIX}/share/man/man1"
|
|
|
|
.include <bsd.port.mk>
|