aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xxl/Makefile
blob: 62c6544e060631acdbb4928457850c00807646fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:        xxl
# Date created:                         28 Aug 2003
# Whom:                                 Robert Schlotterbeck <robert@rs.tarrant.tx.us>
#
# $FreeBSD$
#

PORTNAME=       xxl
PORTVERSION=        1.0.0
CATEGORIES=     devel
MASTER_SITES=       http://www.zork.org/software/

MAINTAINER=     robert@rs.tarrant.tx.us
COMMENT=        C and C++ that provides exception handling and asset management

GNU_CONFIGURE=      yes
CONFIGURE_ARGS+=    --without-threads
USE_LIBTOOL=        yes
INSTALLS_SHLIB=     yes

.include <bsd.port.mk>