freebsd-ports/net/micq/Makefile
Matthew Hunt ac68dcbad5 Upgrade to 0.4.3.
Suggested by:	Anthony Chavez <magus@magus.users.xmission.com>
1999-11-03 00:43:10 +00:00

24 lines
515 B
Makefile

# New ports collection makefile for: micq
# Version required: 0.4.3
# Date created: 11 Oct 1998
# Whom: mph
#
# $FreeBSD$
#
DISTNAME= micq-0.4.3
CATEGORIES= net
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/
EXTRACT_SUFX= .tgz
MAINTAINER= mph@freebsd.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/micq
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq
.endif
.include <bsd.port.mk>