mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
2a531486cb
Submitted by: recidjvo <recidjvo@pkcrew.org> via Bugtraq
27 lines
587 B
Makefile
27 lines
587 B
Makefile
# New ports collection makefile for: micq
|
|
# Date created: 11 Oct 1998
|
|
# Whom: mph
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= micq
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V${PORTVERSION}/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
FORBIDDEN= "Remote buffer overflow"
|
|
|
|
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>
|