Edit

IABSD.fr/ports/security/libident/Makefile

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2017-05-08 18:49:59
    Hash : 296717b3
    Message : mandoc(1) now supports .ti, drop USE_GROFF and bump

  • security/libident/Makefile
  • # $OpenBSD: Makefile,v 1.21 2017/05/08 18:49:59 schwarze Exp $
    
    COMMENT=	library to interface the ident protocol server (rfc1413)
    
    SHARED_LIBS +=	ident                     0.0 # 0.0
    
    DISTNAME=	libident-0.32
    CATEGORIES=	devel net security
    MASTER_SITES=	http://www.remlab.net/files/libident/
    REVISION=	1
    
    HOMEPAGE=	http://www.remlab.net/libident/
    
    # Public Domain
    PERMIT_PACKAGE_CDROM=	Yes
    
    CONFIGURE_STYLE=	gnu
    
    .include <bsd.port.mk>