2009-01-31 20:56:00 +00:00
|
|
|
# New ports collection makefile for: serf
|
2008-05-28 21:01:11 +00:00
|
|
|
# Date created: 28 May 2008
|
|
|
|
# Whom: Craig Rodrigues <rodrigc@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= serf
|
2011-12-20 00:43:56 +00:00
|
|
|
PORTVERSION= 1.0.0
|
2008-05-28 21:01:11 +00:00
|
|
|
CATEGORIES= www
|
2011-12-20 00:43:56 +00:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2008-05-28 21:01:11 +00:00
|
|
|
MASTER_SITE_SUBDIR= db
|
|
|
|
|
2010-04-29 17:30:25 +00:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2008-05-28 21:01:11 +00:00
|
|
|
COMMENT= Serf HTTP client library
|
|
|
|
|
2010-05-18 04:05:05 +00:00
|
|
|
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
|
2008-05-28 21:01:11 +00:00
|
|
|
|
2011-12-20 00:43:56 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2009-05-16 06:27:56 +00:00
|
|
|
|
2008-05-28 21:01:11 +00:00
|
|
|
PROJECTHOST= serf
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2011-12-20 00:43:56 +00:00
|
|
|
USE_GNOME= gnomehack
|
2008-05-28 21:01:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2008-07-04 18:45:57 +00:00
|
|
|
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \
|
|
|
|
--with-apr-util=${LOCALBASE}/bin/apu-1-config
|
2008-05-28 21:01:11 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2008-05-28 21:59:02 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2008-05-28 21:01:11 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|