Edit

IABSD.fr/ports/textproc/par/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:49:33
    Hash : 77f7cc9c
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • textproc/par/Makefile
  • # $OpenBSD: Makefile,v 1.24 2019/07/12 20:50:10 sthen Exp $
    
    COMMENT=	paragraph reflow for email
    
    VERSION=	1.52
    DISTNAME=	Par${VERSION:S/.//}
    PKGNAME=	par-${VERSION}
    REVISION=	1
    CATEGORIES=	textproc
    FIX_EXTRACT_PERMISSIONS=Yes
    
    HOMEPAGE=	http://www.nicemice.net/par/
    
    MAINTAINER=	Gregor Best <gbe@unobtanium.de>
    
    # custom
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c
    
    MASTER_SITES=   ${HOMEPAGE}
    
    PATCHFILES=	par_1.52-i18n.3.diff.gz
    PATCH_DIST_STRIP=	-p1
    
    ALL_TARGET=
    
    NO_TEST=	Yes
    
    do-configure:
    	cd ${WRKSRC}; cp protoMakefile Makefile
    
    do-install:
    	${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKSRC}/par.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>