diff options
Diffstat (limited to 'net/licq-console/Makefile')
-rw-r--r-- | net/licq-console/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile new file mode 100644 index 000000000000..ac6e98f23427 --- /dev/null +++ b/net/licq-console/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: console-licq +# Date created: 18 October 2000 +# Whom: Jeremy Norris <ishmael27@home.com> +# +# $FreeBSD$ +# + +PORTNAME= console +PORTVERSION= ${CONSOLE_LICQ_VER} +CATEGORIES= net + +MAINTAINER= green@FreeBSD.org + +USE_AUTOMAKE= yes + +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ + LIBS="${PTHREAD_LIBS}" + +post-configure: + @${PERL5} -pi -e 's|^archive_cmds=.*nostdlib.*|| ; \ + s|^build_libtool_need_lc=.*|build_libtool_need_lc=no|' \ + ${WRKSRC}/libtool +post-install: + @${INSTALL_DATA} ${WRKSRC}/licq_console.conf \ + ${PREFIX}/etc/licq_console.conf.sample + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/net/licq/Makefile.inc" +.include <bsd.port.post.mk> |