1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net-im/xicq/Makefile

36 lines
740 B
Makefile
Raw Normal View History

# New ports collection makefile for: xicq
# Date created: 29 June 1998
# Whom: scrappy
#
1999-08-30 14:24:37 +00:00
# $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
2003-05-18 12:25:40 +00:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
2000-04-16 10:44:52 +00:00
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
2003-05-18 12:25:40 +00:00
.include <bsd.port.post.mk>