freebsd-ports/devel/gsoap/Makefile
Kirill Ponomarev 0951197017 - Update to 2.6
PR:		ports/66706
Submitted by:	maintainer
2004-05-16 16:08:36 +00:00

23 lines
498 B
Makefile

# New ports collection makefile for: gsoap
# Date created: 8 March 2004
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# $FreeBSD$
#
PORTNAME= gsoap
PORTVERSION= 2.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gsoap2
MAINTAINER= sem@ciam.ru
COMMENT= Generator Tools for Coding SOAP/XML Web Services in C and C++
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>