[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / c-icap

Annotation of ports/net/c-icap/Makefile, Revision 1.3

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              implementation of an ICAP server
                      4:
                      5: DISTNAME =             c_icap-060708rc1
1.3     ! yason       6: PKGNAME =              c-icap-060708rc1
1.1       yason       7:
                      8: SHARED_LIBS =          icapapi 0.1
                      9:
1.2       yason      10: CATEGORIES =           net www
1.1       yason      11:
                     12: HOMEPAGE =             http://c-icap.sourceforge.net/
                     13:
                     14: MAINTAINER =           Kirill S. Bychkov <yason@linklevel.net>
                     15:
1.3     ! yason      16: #LGPL
1.1       yason      17: PERMIT_PACKAGE_CDROM = Yes
                     18: PERMIT_PACKAGE_FTP =   Yes
                     19: PERMIT_DISTFILES_CDROM =Yes
                     20: PERMIT_DISTFILES_FTP = Yes
                     21:
1.3     ! yason      22: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=c-icap/}
1.1       yason      23:
1.3     ! yason      24: WANTLIB =              c m perl pthread util z
1.1       yason      25:
1.3     ! yason      26: LIB_DEPENDS =          clamav.>=10::security/clamav
1.1       yason      27:
1.2       yason      28: CONFIGURE_STYLE =      gnu old
1.1       yason      29: CONFIGURE_ARGS =       --prefix=${PREFIX} \
                     30:                        --sysconfdir=${SYSCONFDIR}/c-icap \
1.3     ! yason      31:                        --with-perl=/usr/bin/perl \
        !            32:                        --with-zlib=/usr/lib/ \
1.1       yason      33:                        ${CONFIGURE_SHARED}
                     34: CONFIGURE_ENV +=       CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
                     35:
                     36: post-install:
                     37:        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/c-icap/
                     38:        ${INSTALL_DATA} ${WRKDIST}/c-icap.conf \
                     39:                ${PREFIX}/share/examples/c-icap/
                     40:        ${INSTALL_DATA} ${WRKDIST}/c-icap.magic \
                     41:                ${PREFIX}/share/examples/c-icap/
                     42:
                     43: .include <bsd.port.mk>

CVSweb