Lines 5-21
Link Here
|
5 |
# $FreeBSD: ports/devel/xxl/Makefile,v 1.7 2006/07/19 07:21:13 miwi Exp $ |
5 |
# $FreeBSD: ports/devel/xxl/Makefile,v 1.7 2006/07/19 07:21:13 miwi Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= xxl |
8 |
PORTNAME= xxl |
9 |
PORTVERSION= 1.0.1 |
9 |
PORTVERSION= 1.0.1 |
10 |
CATEGORIES= devel |
10 |
PORTREVISION= 1 |
11 |
MASTER_SITES= http://www.zork.org/software/ |
11 |
CATEGORIES= devel |
|
|
12 |
MASTER_SITES= http://www.zork.org/software/ |
12 |
|
13 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ssedov@mbsd.msk.ru |
14 |
COMMENT= C and C++ that provides exception handling and asset management |
15 |
COMMENT= C/C++ library for exception handling and asset management |
15 |
|
16 |
|
16 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
17 |
CONFIGURE_ARGS+= --without-threads |
18 |
USE_GNOME= gnometarget |
18 |
INSTALLS_SHLIB= yes |
19 |
USE_LDCONFIG= yes |
19 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
20 |
|
|
|
21 |
.if defined(WITHOUT_THREADS) |
22 |
CONFIGURE_ARGS= --without-threads |
23 |
.endif |
24 |
|
25 |
.if !defined(NOPORTDOCS) |
26 |
PORTDOCS= xxl.pdf xxl.html |
27 |
.endif |
28 |
|
29 |
post-install: |
30 |
.if !defined(NOPORTDOCS) |
31 |
@${MKDIR} ${DOCSDIR} |
32 |
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ |
33 |
.endif |
20 |
|
34 |
|
21 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |