1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/micq/Makefile
Kris Kennaway 2a531486cb Remotely exploitable buffer overflow; FORBIDDEN.
Submitted by:	recidjvo <recidjvo@pkcrew.org> via Bugtraq
2001-01-18 23:45:14 +00:00

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>