37 lines
1,018 B
Makefile
37 lines
1,018 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/10/28 06:30:11 asau Exp $
|
|
|
|
DISTNAME= c_icap-0.2.1
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=c-icap/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://c-icap.sourceforge.net/
|
|
COMMENT= Implementation of an ICAP server
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= c
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-large-files
|
|
|
|
EGDIR= ${PREFIX}/share/c-icap
|
|
CONF_FILES= ${EGDIR}/c-icap.conf.default ${PKG_SYSCONFDIR}/c-icap.conf
|
|
CONF_FILES+= ${EGDIR}/c-icap.magic.default ${PKG_SYSCONFDIR}/c-icap.magic
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
|
|
SUBST_CLASSES+= fix-path
|
|
SUBST_STAGE.fix-path= pre-configure
|
|
SUBST_MESSAGE.fix-path= Fixing paths.
|
|
SUBST_FILES.fix-path= c-icap.conf.in
|
|
SUBST_SED.fix-path= -e 's, @prefix@/var, ${VARBASE},g'
|
|
SUBST_SED.fix-path+= -e 's, /var, ${VARBASE},g'
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|