Edit

IABSD.fr/ports/print/u2ps/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 14:32:00
    Hash : cfe07a70
    Message : MASTER_SITES -> SITES

  • print/u2ps/Makefile
  • COMMENT =		unicode text to postscript converter
    
    V =			1.2
    DISTNAME =		u2ps-$V
    CATEGORIES =		print
    HOMEPAGE =		https://github.com/arsv/u2ps/
    MAINTAINER =		Alexander Arkhipov <aa@manpager.net>
    
    # GPLv3
    PERMIT_PACKAGE =	Yes
    
    SITES =			https://github.com/arsv/u2ps/releases/download/$V/
    
    WANTLIB +=		c
    
    RUN_DEPENDS =		print/ghostscript/gnu
    
    USE_GMAKE =		Yes
    CONFIGURE_STYLE =	simple
    CONFIGURE_ARGS =	--prefix=${TRUEPREFIX} \
    			--mandir=${TRUEPREFIX}/man
    ALL_TARGET =		default
    
    .include <bsd.port.mk>