openbsd-ports/sysutils/toprump/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

28 lines
564 B
Makefile

# $OpenBSD: Makefile,v 1.12 2011/06/23 22:50:29 naddy Exp $
COMMENT= modified OpenBSD top command
DISTNAME= toprump-0.14.4
CATEGORIES= sysutils
HOMEPAGE= http://cyodesigns.com/toprump/
MAINTAINER= Mark Lumsden <mark@cyodesigns.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
WANTLIB= c curses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/toprump ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/toprump.1 ${PREFIX}/man/man1/toprump.1
.include <bsd.port.mk>