blob: b7bd690988ef39a9025f4b90af3fe2e508cfd9d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: icqnix
# Date created: 27 Aug 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= icqnix
PORTVERSION= b1
CATEGORIES= net
MASTER_SITES= http://www.csie.nctu.edu.tw/~yinjieh/
DISTNAME= icqnix-beta1
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= ICQ client for the X Window System for UNIX based PCs
RUN_DEPENDS= esdplay:${PORTSDIR}/audio/esound
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT_VER= 1
CONFIGURE_ARGS= --with-qt-libraries=${X11BASE}/lib --with-qt-includes=${X11BASE}/include/X11/qt1
CONFIGURE_ENV= QT_MOC="${MOC}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501013
BROKEN= "Configure fails"
.endif
post-install:
@strip ${PREFIX}/bin/icqnix
@strip ${PREFIX}/bin/icqnix.install
.include <bsd.port.post.mk>
|