freebsd-ports/net/licq/Makefile
Brian Feldman 11d86ccd31 Convert the monolithic Licq port into an licq-base port and satellite
ports for different plugins.  Commit the first of the plugins, qt-gui,
as that has in the past been part of the normal licq port.  The rest
are coming after I've tried them out.

I'd like to thank Jeremy Norris greatly for doing this work :)

Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-04-10 20:09:53 +00:00

36 lines
722 B
Makefile

# New ports collection makefile for: licq
# Date created: 2 July 1998
# Whom: Brian Feldman & Matt Heckaman
#
# $FreeBSD$
#
PORTNAME= base
PORTVERSION= ${LICQ_VER}
CATEGORIES= net
.if defined(WITH_SOCKS)
PKGNAMESUFFIX= -socks
.endif
MAINTAINER= green@FreeBSD.org
.if defined(WITH_SOCKS)
BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
.endif
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
.if defined(WITH_SOCKS)
CONFIGURE_ARGS+=--enable-socks5
.endif
post-patch:
@${PERL5} -pi -e 's|<wait.h>|<sys/wait.h>|g' \
${WRKSRC}/src/sighandler.c
post-install:
@${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/Makefile.inc"
.include <bsd.port.mk>