Edit

IABSD.fr/ports/sysutils/dmidecode/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2013-06-27 21:17:50
    Hash : edbbf0c5
    Message : update to dmidecode-2.12

  • sysutils/dmidecode/Makefile
  • # $OpenBSD: Makefile,v 1.8 2013/06/27 21:17:50 jasper Exp $
    ONLY_FOR_ARCHS=	amd64 i386
    
    COMMENT=	dump DMI/SMBIOS contents in human-readable format
    DISTNAME=	dmidecode-2.12
    CATEGORIES=	sysutils
    MASTER_SITES=	http://savannah.nongnu.org/download/dmidecode/
    
    HOMEPAGE=	http://www.nongnu.org/dmidecode/
    
    # GPL
    PERMIT_PACKAGE_CDROM=	Yes
    
    NO_TEST=	Yes
    
    WANTLIB=	c
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dmidecode/
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dmidecode/
    
    .include <bsd.port.mk>