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
|
2002-03-31 20:31:44 +02:00
|
|
|
PORTVERSION= 1.11
|
2001-12-23 12:34:38 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
2002-04-01 12:19:39 +02:00
|
|
|
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
2002-03-31 20:31:44 +02:00
|
|
|
|
2002-06-25 20:36:39 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-12-23 12:34:38 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-dynamic
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
post-patch:
|
2002-06-25 20:36:39 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,-ldl,,g" ${WRKSRC}/configure
|
2001-12-23 12:34:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|