blob: 160fc754687ac567baf36f9bb29e4886ce6166f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: kicq
# Date created: 16 March 1999
# Whom: Pavel Andreev
#
# $FreeBSD$
#
PORTNAME= kicq
PORTVERSION= 1.0.0
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib
USE_KDELIBS_VER=1
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|