23 lines
475 B
Makefile
23 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/01/26 11:14:33 jasper Exp $
|
|
|
|
COMMENT= dmesg parser
|
|
DISTNAME= dmassage-0.6
|
|
REVISION= 4
|
|
CATEGORIES= sysutils
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MASTER_SITES= https://distfiles.sigtrap.nl/
|
|
|
|
NO_TEST= Yes
|
|
NO_BUILD= Yes
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/dmassage ${PREFIX}/bin/dmassage
|
|
/usr/bin/pod2man ${WRKSRC}/dmassage > ${WRKSRC}/dmassage.1
|
|
${INSTALL_MAN} ${WRKSRC}/dmassage.1 ${PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|