diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-23 11:34:38 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-23 11:34:38 +0000 |
commit | e96fe460c5a68b0b8f6b8b8a19076b5eb4ab7c82 (patch) | |
tree | 325e6b31c7173ff1899577cf5e192d8adb9e38b5 /devel/xparam/Makefile | |
parent | 13f3df279ab6950ef05b117081dd8440732429f9 (diff) | |
download | FreeBSD-ports-e96fe460c5a68b0b8f6b8b8a19076b5eb4ab7c82.zip FreeBSD-ports-e96fe460c5a68b0b8f6b8b8a19076b5eb4ab7c82.tar.gz |
add xparam 1.1
A general-purpose tool for parameter handling in C++
Diffstat (limited to 'devel/xparam/Makefile')
-rw-r--r-- | devel/xparam/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile new file mode 100644 index 0000000..597c8b2 --- /dev/null +++ b/devel/xparam/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# New ports collection makefile for: xparam +# Date created: Dec 23, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xparam +PORTVERSION= 1.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-dynamic +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +post-patch: + @${PERL} -pi -e "s,-ldl,,g" ${WRKSRC}/configure + +.include <bsd.port.mk> |