freebsd-ports/devel/xparam/Makefile
Dirk Froemberg 1b91286147 Fix build dependency (${PORTNAME} -> ${PORTSDIR}).
Found by:	portsdb -Uu
2002-04-01 10:19:39 +00:00

28 lines
501 B
Makefile

# ex:ts=8
# New ports collection makefile for: xparam
# Date created: Dec 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xparam
PORTVERSION= 1.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
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>