1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/micq/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

31 lines
692 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/ \
http://people.FreeBSD.org/~flathill/distfiles/
EXTRACT_SUFX= .tgz
PATCH_SITES= http://people.FreeBSD.org/~flathill/distfiles/
PATCHFILES= ${DISTNAME}-jp.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= flathill@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}
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>