mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
12441156bc
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).
35 lines
788 B
Makefile
35 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>
|