=================================================================== RCS file: /cvs/ports/net/c-icap/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/net/c-icap/Attic/Makefile 2009/01/03 00:25:55 1.2 +++ ports/net/c-icap/Attic/Makefile 2009/01/10 09:18:35 1.3 @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2009/01/03 00:25:55 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2009/01/10 09:18:35 yason Exp $ COMMENT = implementation of an ICAP server DISTNAME = c_icap-060708rc1 -PKGNAME = c-icap-060708 +PKGNAME = c-icap-060708rc1 -# for libtool-based ports, have a look at WRKBUILD/shared_libs.log SHARED_LIBS = icapapi 0.1 CATEGORIES = net www @@ -14,28 +13,23 @@ MAINTAINER = Kirill S. Bychkov -#GPLv2 +#LGPL PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = c pthread z - MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=c-icap/} -BUILD_DEPENDS = ::security/clamav -#RUN_DEPENDS = ??? -#LIB_DEPENDS = ??? +WANTLIB = c m perl pthread util z -#MAKE_FLAGS = ??? -#MAKE_ENV = ??? -#FAKE_FLAGS = ??? +LIB_DEPENDS = clamav.>=10::security/clamav -#USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu old CONFIGURE_ARGS = --prefix=${PREFIX} \ --sysconfdir=${SYSCONFDIR}/c-icap \ + --with-perl=/usr/bin/perl \ + --with-zlib=/usr/lib/ \ ${CONFIGURE_SHARED} CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib