1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/micq/Makefile

25 lines
546 B
Makefile
Raw Normal View History

# New ports collection makefile for: micq
# Date created: 11 Oct 1998
# Whom: mph
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= micq
PORTVERSION= 0.4.6
CATEGORIES= net
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V${PORTVERSION}/
EXTRACT_SUFX= .tgz
MAINTAINER= andrew@chg.ru
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/micq
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/micq
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/micq
.endif
.include <bsd.port.mk>