Lines 16-31
Link Here
|
16 |
MAINTAINER= ports@FreeBSD.org |
16 |
MAINTAINER= ports@FreeBSD.org |
17 |
COMMENT= A C++ class library for writing CGI applications |
17 |
COMMENT= A C++ class library for writing CGI applications |
18 |
|
18 |
|
|
|
19 |
USE_REINPLACE= yes |
19 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
20 |
USE_LIBTOOL= yes |
21 |
USE_LIBTOOL= yes |
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
22 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
22 |
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} |
23 |
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} |
23 |
INSTALLS_SHLIB= yes |
24 |
INSTALLS_SHLIB= yes |
24 |
|
25 |
|
25 |
.include <bsd.port.pre.mk> |
26 |
post-patch: |
|
|
27 |
@${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure |
26 |
|
28 |
|
27 |
.if ${OSVERSION} >= 501000 |
29 |
.include <bsd.port.mk> |
28 |
BROKEN= "Does not compile on FreeBSD ${OSVERSION}" |
|
|
29 |
.endif |
30 |
|
31 |
.include <bsd.port.post.mk> |