freebsd-ports/devel/xparam/Makefile
Ying-Chieh Liao 48ce53a0f6 add xparam 1.1
A general-purpose tool for parameter handling in C++
2001-12-23 11:34:38 +00:00

26 lines
467 B
Makefile

# 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>