freebsd-ports/japanese/micq/Makefile
Trevor Johnson 12441156bc Mark forbidden with URL of security advisory. According to the
submitter, the net/micq port supports Japanese, so this port is
superfluous.

PR:		29873
Submitted by:	Hiroo ONO <hiroo@oikumene.gcd.org>

While I'm here, change a space to a tab (found by portlint).
2001-08-19 15:15:12 +00:00

34 lines
788 B
Makefile

# New ports collection makefile for: micq
# Date created: 31 Oct 1998
# Whom: flathill
#
# $FreeBSD$
#
PORTNAME= micq
PORTVERSION= 0.4.3
CATEGORIES= japanese net
MASTER_SITES= ftp://micq.chatzone.org/pub/micq/V0.4.3/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
EXTRACT_SUFX= .tgz
PATCH_SITES= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= flathill
PATCHFILES= ${DISTNAME}-jp.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= flathill@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}
FORBIDDEN= "ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01:14.micq.asc "
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>