1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/serf/Makefile

35 lines
729 B
Makefile
Raw Normal View History

# New ports collection makefile for: serf
# Date created: 28 May 2008
# Whom: Craig Rodrigues <rodrigc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= serf
PORTVERSION= 0.3.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Serf HTTP client library
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
PROJECTHOST= serf
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \
--with-apr-util=${LOCALBASE}/bin/apu-1-config
post-install:
.if !defined(NOPORTDOCS)
2008-05-28 21:59:02 +00:00
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>