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

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

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:
1.8     ! kirby      11: MAINTAINER =           Kirill Bychkov <kirby@openbsd.org>
1.1       yason      12:
                     13: # GPL
                     14: PERMIT_PACKAGE_CDROM =         Yes
                     15:
                     16: MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE:=jp2a/}
                     17:
1.6       yason      18: WANTLIB =              c crypto curl idn jpeg ncurses ssl z
1.7       yason      19: LIB_DEPENDS =          graphics/jpeg \
                     20:                        devel/libidn \
                     21:                        net/curl
1.1       yason      22:
1.8     ! kirby      23: TEST_DEPENDS =         shells/bash
1.5       yason      24:
1.4       yason      25: CONFIGURE_STYLE =      gnu
1.8     ! kirby      26: CONFIGURE_ENV +=       LDFLAGS=-L${LOCALBASE}/lib/
1.1       yason      27:
1.8     ! kirby      28: TEST_TARGET =  test
1.5       yason      29:
                     30: post-configure:
                     31:        @perl -pi -e 's|/bin/bash|${LOCALBASE}/bin/bash|g' \
                     32:                ${WRKSRC}/tests/run-tests.sh
1.2       yason      33:        @perl -pi -e 's|--strip-trailing-cr --brief|-b|g' \
                     34:                ${WRKSRC}/tests/run-tests.sh
                     35:
                     36: post-install:
                     37:        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jp2a
1.7       yason      38: .for i in AUTHORS COPYING LICENSES
                     39:        ${INSTALL_DATA} ${WRKSRC}/$i \
                     40:                ${PREFIX}/share/doc/jp2a/$i
                     41: .endfor
1.2       yason      42:
1.1       yason      43: .include <bsd.port.mk>

CVSweb