Edit

IABSD.fr/ports/sysutils/uptimed/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/uptimed/Makefile
  • COMMENT =	keeps a list of uptime records
    DISTNAME =	uptimed-0.3.17
    CATEGORIES =	sysutils
    REVISION =	4
    
    SHARED_LIBS +=	uptimed                   0.0 # 0.0
    
    HOMEPAGE =	https://github.com/rpodgorny/uptimed/
    
    MAINTAINER =	Ryan Freeman <ryan@slipgate.org>
    
    # GPLv2
    PERMIT_PACKAGE = Yes
    
    WANTLIB += c
    
    SITES =		http://podgorny.cz/uptimed/releases/
    EXTRACT_SUFX =	.tar.bz2
    
    CONFIGURE_STYLE = gnu
    
    .include <bsd.port.mk>