1998-06-28 03:22:37 +00:00
|
|
|
# New ports collection makefile for: micq
|
1999-06-03 08:31:13 +00:00
|
|
|
# Version required: 0.4.*
|
1998-10-26 17:58:30 +00:00
|
|
|
# Date created: 11 Oct 1998
|
1998-06-28 03:22:37 +00:00
|
|
|
# Whom: mph
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-06-28 03:22:37 +00:00
|
|
|
#
|
|
|
|
|
1999-06-03 08:31:13 +00:00
|
|
|
DISTNAME= micq-0.4.1
|
1998-06-28 03:22:37 +00:00
|
|
|
CATEGORIES= net
|
1999-06-03 08:31:13 +00:00
|
|
|
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/
|
1998-06-28 03:22:37 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/micq
|
|
|
|
.for file in README TODO WISHLIST commands.txt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|