Edit

IABSD.fr/ports/sysutils/xbattbar/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:35:43
    Hash : eae66e4a
    Message : PERMIT_* / REGRESS->TEST sweep

  • sysutils/xbattbar/Makefile
  • # $OpenBSD: Makefile,v 1.5 2013/03/11 11:41:33 espie Exp $
    
    ONLY_FOR_ARCHS = ${APM_ARCHS}
    
    COMMENT =	show battery status as a simple bar in X11
    
    DISTNAME =	xbattbar_1.4.2
    PKGNAME =	${DISTNAME:S/_/-/}
    REVISION = 	1
    WRKDIST =	${WRKDIR}/${DISTNAME:S/_/-/}
    CATEGORIES =	sysutils x11
    
    HOMEPAGE =	http://iplab.naist.jp/member/suguru/xbattbar.html
    
    MASTER_SITES =	http://iplab.naist.jp/member/suguru/
    
    MAINTAINER =	Brynet <brynet@gmail.com>
    
    # GPLv2+
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB =	X11 Xau Xdmcp Xext c pthread-stubs xcb
    
    CONFIGURE_STYLE =	imake noman
    
    NO_TEST =	Yes
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/xbattbar.man ${PREFIX}/man/man1/xbattbar.1
    
    .include <bsd.port.mk>