If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
30 lines
654 B
Makefile
30 lines
654 B
Makefile
# $OpenBSD: Makefile,v 1.23 2019/07/17 14:39:43 danj Exp $
|
|
|
|
COMMENT= signal or reprioritize specified processes
|
|
|
|
VERSION= 4.1
|
|
DISTNAME= skill-${VERSION}
|
|
REVISION= 7
|
|
CATEGORIES= sysutils
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ftp://fast.cs.utah.edu/pub/skill-${VERSION}/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAKE_FLAGS= CC='${CC}' CFLAGS='${CFLAGS}'
|
|
|
|
NO_TEST= Yes
|
|
|
|
do-configure:
|
|
@cd ${WRKDIST}; ./Config
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/skill ${PREFIX}/bin
|
|
@ln -f ${PREFIX}/bin/skill ${PREFIX}/bin/snice
|
|
${INSTALL_MAN} ${WRKSRC}/skill.1 ${PREFIX}/man/man1
|
|
@ln -f ${PREFIX}/man/man1/skill.1 ${PREFIX}/man/man1/snice.1
|
|
|
|
.include <bsd.port.mk>
|