aboutsummaryrefslogtreecommitdiffstats
path: root/net/nusoap/Makefile
blob: 303d1af0393c7104c61288c58009a1c1953752a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>