mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ba06ff91b7
with respect to the change.
25 lines
591 B
Makefile
25 lines
591 B
Makefile
# New ports collection makefile for: kicq
|
|
# Version required: 0.3.0
|
|
# Date created: 16 March 1999
|
|
# Whom: Pavel Andreev
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/04/30 16:37:20 taoka Exp $
|
|
#
|
|
|
|
DISTNAME= kicq-0.3.0
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= http://www.cn.ua/~denis/kde/
|
|
|
|
MAINTAINER= paxvel@iname.com
|
|
|
|
LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \
|
|
kdecore.2:${PORTSDIR}/x11/kdelibs11 \
|
|
kdeui.2:${PORTSDIR}/x11/kdelibs11 \
|
|
kfm.2:${PORTSDIR}/x11/kdelibs11
|
|
|
|
USE_QT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|