aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curlpp/Makefile
blob: 564847b3a430600ba91741387daf73aa66e71af7 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
# ex:ts=8
# Ports collection makefile for:    curlpp
# Date created:         Nov 27, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   curlpp
PORTVERSION=    0.3.1
PORTREVISION=   1
CATEGORIES= ftp
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= roam@FreeBSD.org
COMMENT=    A C++ wrapper for libcurl

LIB_DEPENDS=    curl.3:${PORTSDIR}/ftp/curl

USE_GCC=    3.4
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-ewarning
INSTALLS_SHLIB= yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN=     "Does not compile on alpha 4.x"
.endif

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/test/README ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/test/example*.cpp ${EXAMPLESDIR}
.endif

.include <bsd.port.post.mk>