1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net-im/xicq/Makefile
Marc G. Fournier 2539c42828 Update to latest snapshot of xicq. All previous patches were submitted and
committed as part of the central sources, so are no longer required...
1998-08-23 04:18:52 +00:00

28 lines
627 B
Makefile

# New ports collection makefile for: xicq
# Version required: 12 July 1998
# Date created: 29 June 1998
# Whom: scrappy
#
# $Id: Makefile,v 1.2 1998/07/02 06:46:32 asami 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
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>