freebsd-ports/net-im/icqlib/Makefile
Baptiste Daroussin e8fb3b1f07 Support stage
USE_GMAKE -> USES=gmake
2014-01-25 21:47:47 +00:00

22 lines
420 B
Makefile

# Created by: Pavel Andreev
# $FreeBSD$
PORTNAME= icqlib
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Library required by kicq (not libicq)
USES= gmake
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
.include <bsd.port.mk>