freebsd-ports/devel/gsoap/Makefile
Sergey Matveychuk c1a337e442 - Update to 2.7.10
PR:		ports/125259
Submitted by:	Bjorn Konig <bkoenig at alpha-tierchen.de>
2008-07-09 17:57:46 +00:00

40 lines
872 B
Makefile

# New ports collection makefile for: gsoap
# Date created: 8 March 2004
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# $FreeBSD$
#
PORTNAME= gsoap
PORTVERSION= 2.7.10
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gsoap2
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sem@FreeBSD.org
COMMENT= Generator Tools for Coding SOAP/XML Web Services in C and C++
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnometarget
WRKSRC= ${WRKDIR}/${PORTNAME}-2.7
ONLY_FOR_ARCHS= i386 amd64
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= does not compile: needs gethostbyname_r()
.endif
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif
post-install:
@${MKDIR} ${PREFIX}/lib/gsoap
@${CP} ${WRKSRC}/gsoap/stdsoap2.c ${PREFIX}/lib/gsoap
@${LN} ${PREFIX}/lib/gsoap/stdsoap2.c ${PREFIX}/lib/gsoap/stdsoap2.cpp
.include <bsd.port.post.mk>