freebsd-ports/devel/libsoup/Makefile

34 lines
830 B
Makefile
Raw Normal View History

# New ports collection makefile for: soup
# Date created: 29 May 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= soup
2003-02-08 07:34:04 +01:00
PORTVERSION= 0.7.11
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2003-01-19 20:15:45 +01:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
2002-07-20 14:18:49 +02:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
2002-07-20 14:18:49 +02:00
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
2002-07-20 14:18:49 +02:00
USE_BZIP2= yes
USE_GNOMENG= yes
2002-07-20 14:18:49 +02:00
USE_GNOME= gnomehack glib12 libxml
INSTALLS_SHLIB= yes
2002-07-20 14:18:49 +02:00
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2002-07-20 14:18:49 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>