Edit

IABSD.fr/ports/sysutils/librelp/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2013-03-21 08:45:11
    Hash : 58f1a6f9
    Message : USE_LIBTOOL=Yes is the default now.

  • sysutils/librelp/Makefile
  • # $OpenBSD: Makefile,v 1.4 2013/03/21 08:48:54 ajacoutot Exp $
    
    COMMENT =	reliable event logging protocol library
    
    DISTNAME =	librelp-1.0.1
    CATEGORIES =	sysutils
    MASTER_SITES =	http://download.rsyslog.com/librelp/
    HOMEPAGE =	http://www.librelp.com/
    
    MAINTAINER =	Todd T. Fries <todd@openbsd.org>
    
    SHARED_LIBS +=  relp                      0.1 # 0.1
    
    # GPLv3
    PERMIT_PACKAGE_CDROM =	Yes
    
    CONFIGURE_STYLE =	gnu
    
    .include <bsd.port.mk>