mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d40076c1b0
http://apr.apache.org/versioning.html now applies note that s/serf-0/serf-1/g AND the shlib version bump. HOWEVER nothing depends on www/serf with default options you need WITH_SERF=yes HENCE no PORTREVISION bumps Discussed with: portmgr (linimon) via #bsdports With Hat: apache Sponsored by: RideCharge Inc. / TaxiMagic
37 lines
729 B
Makefile
37 lines
729 B
Makefile
# New ports collection makefile for: serf
|
|
# Date created: 28 May 2008
|
|
# Whom: Craig Rodrigues <rodrigc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= serf
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= GOOGLE_CODE
|
|
MASTER_SITE_SUBDIR= db
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Serf HTTP client library
|
|
|
|
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PROJECTHOST= serf
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack
|
|
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)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|