mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
40cd726663
PR: ports/151038 Submitted by: Thomas Steen Rasmussen <thomas_AT_gibfest dot dk>
30 lines
526 B
Makefile
30 lines
526 B
Makefile
# New ports collection makefile for: nusoap
|
|
# Date created: 2007-09-07
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nusoap
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= net www
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= SOAP Toolkit for PHP
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_PHP= curl zlib xml
|
|
USE_ZIP= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}
|
|
${CP} ${WRKSRC}/lib/* ${DATADIR}
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
${CP} ${WRKSRC}/samples/* ${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.post.mk>
|