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

28 lines
628 B
Makefile
Raw Normal View History

# New ports collection makefile for: xicq
# Version required: 23 June 1998
# Date created: 29 June 1998
# Whom: scrappy
#
1998-07-02 06:46:35 +00:00
# $Id: Makefile,v 1.1.1.1 1998/06/29 18:39:26 scrappy Exp $
#
DISTNAME= xicq-062398-snapshot
PKGNAME= xicq-062398
CATEGORIES= net
MASTER_SITES= http://www.xtrophy.dk/xicq/
MAINTAINER= scrappy@freebsd.org
WRKSRC= ${WRKDIR}/xicq-062398-snapshot
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/xicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/xicq
.for file in contact config
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor
.include <bsd.port.mk>