openbsd-ports/sysutils/dmassage/Makefile
kili 7043ee66e9 Don't assume everything is attached to mainbus0.
This should satisfy some whiners on misc@, but please be aware that
the use of this program may actually hurt satisfaction,  especially
if your udildo(4) wasn't attached when you created your super small
and fast and broken kernel config.

Remove jasper@ as MAINTAINER at his request.

ok jasper@
2010-01-04 06:35:31 +00:00

27 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/01/04 06:35:31 kili Exp $
COMMENT= dmesg parser
DISTNAME= dmassage-0.6
PKGNAME= ${DISTNAME}p1
CATEGORIES= sysutils
HOMEPAGE= http://www.sentia.org/projects/dmassage/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.sentia.org/downloads/
NO_REGRESS= 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>