freebsd-ports/devel/xxl/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

20 lines
512 B
Makefile

# 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
INSTALLS_SHLIB= yes
.include <bsd.port.mk>