aboutsummaryrefslogtreecommitdiffstats
path: root/net/xicq/Makefile
blob: dbe8e7f38ffbf432bc2456c8923191a60c4d5abe (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:    xicq
# Date created:             29 June 1998
# Whom:                 scrappy
#
# $FreeBSD$
#

PORTNAME=   xicq
PORTVERSION=    19980712    
CATEGORIES= net
MASTER_SITES=   http://www.xtrophy.dk/xicq/
DISTNAME=   xicq-071298-snapshot.src

MAINTAINER= scrappy@FreeBSD.org
COMMENT=    Xtropy's ICQ Client

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

WRKSRC=     ${WRKDIR}/xicq-071298

USE_GMAKE=  yes
MAKE_ENV=   OPT="${CFLAGS}"

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
        ${MKDIR} ${PREFIX}/share/examples/xicq
.for file in contact config
        ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor

.include <bsd.port.post.mk>