summaryrefslogtreecommitdiff
path: root/net-im/licq-console/Makefile
blob: 9c1f9fedd155900772637de7a8dfae9afb662f90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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=	dinoex@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>
.if defined(WITH_LICQ_DEVEL)
.include "${PORTSDIR}/net/licq-devel/Makefile.inc"
.else
.include "${PORTSDIR}/net/licq/Makefile.inc"
.endif
.include <bsd.port.post.mk>