11d86ccd31
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>
36 lines
722 B
Makefile
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>
|