1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net-im/xicq/Makefile
Satoshi Asami 469c5acb73 This port doesn't build.
Also, please fix the complilation flags so it will compile with some
optimization (ideally by respecting CFLAGS).

===
 :
g++ -g -Wall -I. -I../libXicq   -c io.cc -o io.o
io.cc: In function `int cmd_clear(char *)':
io.cc:53: warning: unused parameter `char * input'
g++ -g -Wall -I. -I../libXicq   -c help.cc -o help.o
g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq'
gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake[1]: *** No rule to make target `all'.  Stop.
gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq'
gmake: *** [kxicq] Error 2
*** Error code 2

Stop.
 :
1998-08-25 05:03:18 +00:00

30 lines
645 B
Makefile

# New ports collection makefile for: xicq
# Version required: 12 July 1998
# Date created: 29 June 1998
# Whom: scrappy
#
# $Id: Makefile,v 1.3 1998/08/23 04:18:46 scrappy Exp $
#
DISTNAME= xicq-071298-snapshot.src
PKGNAME= xicq-071298
CATEGORIES= net
MASTER_SITES= http://www.xtrophy.dk/xicq/
MAINTAINER= scrappy@freebsd.org
WRKSRC= ${WRKDIR}/xicq-071298
BROKEN= build
USE_GMAKE= yes
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.mk>