Edit

IABSD.fr/ports/sysutils/gpioflicker/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2010-10-19 07:43:00
    Hash : 709b054a
    Message : USE_GROFF=Yes

  • sysutils/gpioflicker/Makefile
  • # $OpenBSD: Makefile,v 1.4 2010/10/19 07:43:01 espie Exp $
    
    COMMENT=		flashes gpio led whenever pf logs to pflog0
    
    DISTNAME=		gpioflicker-0.2
    PKGNAME=		${DISTNAME}p0
    CATEGORIES=		sysutils
    
    HOMEPAGE=		http://www.pro-bono-publico.de/openbsd/gpio/
    
    MAINTAINER=		Johan Fredin <johan@spelaroll.se>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM= Yes
    PERMIT_DISTFILES_FTP=	Yes
    
    WANTLIB=		c util
    
    MASTER_SITES=		${HOMEPAGE}
    USE_GROFF =	Yes
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/gpioflicker ${PREFIX}/sbin
    	${INSTALL_MAN} ${WRKSRC}/gpioflicker.8 ${PREFIX}/man/man8
    
    .include <bsd.port.mk>