Edit

IABSD.fr/ports/sysutils/idled/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2015-01-22 22:58:17
    Hash : fd5ef174
    Message : Drop USE_GROFF: apart from trivial page footer differences, groff and mandoc produce identical UTF-8 output, and mandoc's ASCII output is better.

  • sysutils/idled/Makefile
  • # $OpenBSD: Makefile,v 1.22 2015/01/22 22:58:18 naddy Exp $
    
    COMMENT=	log out idle users and those hogging resources
    
    DISTNAME=	idled-1.16
    REVISION=	1
    CATEGORIES=	sysutils
    MASTER_SITES=	http://www.netsw.org/system/tools/process/
    
    FAKE_FLAGS=	PREFIX=${PREFIX}
    
    PERMIT_PACKAGE_CDROM=	no fee
    PERMIT_PACKAGE_FTP=	Yes
    WANTLIB=		c
    
    MAKE_ENV=	SYSCONFDIR="${SYSCONFDIR}"
    
    NO_TEST=	Yes
    
    post-extract:
    	@cd ${WRKSRC} && ${MAKE_PROGRAM} clean
    
    .include <bsd.port.mk>