freebsd-ports/net-im/climm/Makefile

26 lines
611 B
Makefile
Raw Normal View History

# New ports collection makefile for: micq
1999-06-03 10:31:13 +02:00
# Version required: 0.4.*
# Date created: 11 Oct 1998
# Whom: mph
#
1999-06-03 10:31:13 +02:00
# $Id: Makefile,v 1.5 1999/04/06 20:46:56 mph Exp $
#
1999-06-03 10:31:13 +02:00
DISTNAME= micq-0.4.1
CATEGORIES= net
1999-06-03 10:31:13 +02:00
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.1/
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>