1998-07-09 18:01:54 +02:00
|
|
|
# New ports collection makefile for: licq
|
|
|
|
# Date created: 2 July 1998
|
2000-04-01 07:21:42 +02:00
|
|
|
# Whom: Brian Feldman & Matt Heckaman
|
1998-07-09 18:01:54 +02:00
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1998-07-09 18:01:54 +02:00
|
|
|
#
|
|
|
|
|
2001-04-10 22:09:53 +02:00
|
|
|
PORTNAME= base
|
|
|
|
PORTVERSION= ${LICQ_VER}
|
1998-07-09 18:01:54 +02:00
|
|
|
CATEGORIES= net
|
2001-04-10 22:09:53 +02:00
|
|
|
.if defined(WITH_SOCKS)
|
|
|
|
PKGNAMESUFFIX= -socks
|
|
|
|
.endif
|
1998-07-09 18:01:54 +02:00
|
|
|
|
2002-01-27 07:23:22 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
1998-11-02 05:04:44 +01:00
|
|
|
|
2001-04-10 22:09:53 +02:00
|
|
|
.if defined(WITH_SOCKS)
|
2002-02-07 08:47:55 +01:00
|
|
|
.if defined(WITH_DANTE)
|
|
|
|
LIB_DEPENDS= socks.1:${PORTSDIR}/net/dante
|
|
|
|
.else
|
2001-04-10 22:09:53 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
|
|
|
.endif
|
2002-02-07 08:47:55 +01:00
|
|
|
.endif
|
1998-07-09 18:01:54 +02:00
|
|
|
|
2000-08-04 17:56:57 +02:00
|
|
|
USE_OPENSSL= yes
|
2001-04-10 22:09:53 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
.if defined(WITH_SOCKS)
|
|
|
|
CONFIGURE_ARGS+=--enable-socks5
|
2002-02-07 08:47:55 +01:00
|
|
|
.if defined(WITH_DANTE)
|
|
|
|
CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include
|
|
|
|
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
.endif
|
2001-04-10 22:09:53 +02:00
|
|
|
.endif
|
2000-02-15 02:46:27 +01:00
|
|
|
|
1999-05-02 22:21:41 +02:00
|
|
|
post-install:
|
2001-04-10 22:09:53 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-05-02 22:21:41 +02:00
|
|
|
|
2002-09-14 20:07:29 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2001-04-10 22:09:53 +02:00
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
2002-09-14 20:07:29 +02:00
|
|
|
.include <bsd.port.post.mk>
|