mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
![Ade Lovett](/assets/img/avatar_default.png)
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
22 lines
532 B
Makefile
22 lines
532 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
|
|
USE_LIBTOOL_VER= 13
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|