|
Lines 5-34
Link Here
|
| 5 |
PORTVERSION= 1.0.1 |
5 |
PORTVERSION= 1.0.1 |
| 6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
| 7 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
| 8 |
MASTER_SITES= http://www.zork.org/software/ |
8 |
MASTER_SITES= http://launchpadlibrarian.net/39195019/ \ |
|
|
9 |
http://www.zork.org/software/ |
| 9 |
|
10 |
|
| 10 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= ports@FreeBSD.org |
| 11 |
COMMENT= C/C++ library for exception handling and asset management |
12 |
COMMENT= C/C++ library for exception handling and asset management |
| 12 |
|
13 |
|
| 13 |
DEPRECATED= No more public distfiles |
14 |
LICENSE= BSD |
| 14 |
EXPIRATION_DATE= 2012-11-26 |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
|
|
16 |
|
| 17 |
OPTIONS_DEFINE= THREADS DOCS |
| 18 |
OPTIONS_DEFAULT=THREADS |
| 15 |
|
19 |
|
| 16 |
USE_AUTOTOOLS= libtool |
20 |
USE_AUTOTOOLS= libtool |
| 17 |
GNU_CONFIGURE= yes |
|
|
| 18 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
|
|
22 |
MAKE_JOBS_SAFE= yes |
| 19 |
|
23 |
|
| 20 |
.if defined(WITHOUT_THREADS) |
24 |
PORTDOCS= xxl.html xxl.pdf |
| 21 |
CONFIGURE_ARGS= --without-threads |
|
|
| 22 |
.endif |
| 23 |
|
25 |
|
| 24 |
.if !defined(NOPORTDOCS) |
26 |
.include <bsd.port.options.mk> |
| 25 |
PORTDOCS= xxl.pdf xxl.html |
27 |
|
|
|
28 |
.if ${PORT_OPTIONS:MTHREADS} |
| 29 |
COFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |
| 30 |
PTHREAD_LIBS="${PTHERAD_LIBS}" |
| 31 |
.else |
| 32 |
CONFIGURE_ARGS+=--without-threads |
| 26 |
.endif |
33 |
.endif |
| 27 |
|
34 |
|
| 28 |
post-install: |
35 |
post-install: |
| 29 |
.if !defined(NOPORTDOCS) |
36 |
.if ${PORT_OPTIONS:MDOCS} |
| 30 |
@${MKDIR} ${DOCSDIR} |
37 |
@${MKDIR} ${DOCSDIR} |
| 31 |
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ |
38 |
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) |
| 32 |
.endif |
39 |
.endif |
| 33 |
|
40 |
|
|
|
41 |
regression-test test: build |
| 42 |
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ |
| 43 |
${MAKEFILE} ${MAKE_ARGS} check) |
| 44 |
|
| 34 |
.include <bsd.port.mk> |
45 |
.include <bsd.port.mk> |