2001-12-23 12:34:38 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: xparam
|
|
|
|
# Date created: Dec 23, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xparam
|
2003-06-10 10:50:41 +02:00
|
|
|
PORTVERSION= 1.22
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-12-23 12:34:38 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A general-purpose tool for parameter handling in C++
|
2001-12-23 12:34:38 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2006-03-05 22:50:34 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-12-23 12:34:38 +01:00
|
|
|
|
2006-01-20 01:04:29 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-03-05 22:50:34 +01:00
|
|
|
.if ( ${OSVERSION} >= 502126 && ${OSVERSION} < 600000 )
|
|
|
|
USE_GCC= 3.3
|
2006-01-20 01:04:29 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|