[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / jp2a

Annotation of ports/graphics/jp2a/Makefile, Revision 1.1

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              small utility that converts JPG images to ASCII
        !             4:
        !             5: DISTNAME =             jp2a-1.0.6
        !             6:
        !             7: CATEGORIES =           graphics
        !             8:
        !             9: HOMEPAGE =             http://csl.sublevel3.org/jp2a/
        !            10:
        !            11: MAINTAINER =           Kirill S. Bychkov <yason@linklevel.net>
        !            12:
        !            13: # GPL
        !            14: PERMIT_PACKAGE_CDROM =         Yes
        !            15: PERMIT_PACKAGE_FTP =   Yes
        !            16: PERMIT_DISTFILES_CDROM = Yes
        !            17: PERMIT_DISTFILES_FTP =         Yes
        !            18:
        !            19: MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=jp2a/}
        !            20:
        !            21: WANTLIB =              c crypto ncurses ssl z
        !            22: LIB_DEPENDS =          jpeg::graphics/jpeg \
        !            23:                        idn::devel/libidn \
        !            24:                        curl::net/curl
        !            25:
        !            26: CONFIGURE_STYLE =      autoconf
        !            27: AUTOCONF_VERSION =     2.60
        !            28:
        !            29: CONFIGURE_ARGS =       --with-jpeg-lib=${LOCALBASE}/lib/
        !            30:
        !            31: .include <bsd.port.mk>

CVSweb