2001-12-23 11:34:38 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: xparam
|
|
|
|
# Date created: Dec 23, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xparam
|
2003-06-10 08:50:41 +00:00
|
|
|
PORTVERSION= 1.22
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2001-12-23 11:34:38 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= A general-purpose tool for parameter handling in C++
|
2001-12-23 11:34:38 +00:00
|
|
|
|
2002-03-31 18:31:44 +00:00
|
|
|
|
2001-12-23 11:34:38 +00:00
|
|
|
USE_GMAKE= yes
|
2003-06-26 22:58:32 +00:00
|
|
|
USE_LIBTOOL= yes
|
2001-12-23 11:34:38 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|